svelte-material-card
v0.2.0
Published
Svelte material card component
Downloads
2
Readme
Svelte Material Card
Material card component for svelte.
Installation
npm install svelte-material-card
# or
yarn add svelte-material-card
How to use
<MaterialCard title="New title" actionText="Action">
Vestibulum ullamcorper erat nisl, quis dapibus risus vestibulum eget. Quisque
porta elit ante, gravida commodo tellus vestibulum a. Praesent tristique enim
at turpis varius, nec bibendum ante facilisis. Sed id efficitur ipsum. Vivamus
egestas eget turpis vel porttitor.
</MaterialCard>
Props
| Name | Type | Required |
| -------------- | -------- | -------- |
| title | string
| false |
| actionText | string
| false |
| backgroudColor | string
| false |
Events
| Name | Attribute | Required |
| ----------- | ------------ | -------- |
| clickAction | MouseEvent
| false |