1.0.2 • Published 3 years ago

@bobthered/svelte-card v1.0.2

Weekly downloads
25
License
ISC
Repository
github
Last release
3 years ago

@bobthered/svelte-card

Svelte component for creating cards with tailwindcss

Installation

npm i -D @bobthered/svelte-card

Basic Usage

<script>
  import Card from '@bobthered/svelte-card'
</script>

<Card>Card Body</Card>

Available Props

PropDefaultDescription
bgbg-whiteSet bg class(s)
borderborder border-gray-300Set border class(s)
class""Add additional class(s)
displayflexSet display class(s)
flexDirectionflex-colSet flex direction class(s)
paddingp-8Set padding class(s)
roundedroundedSet rounded class(s)
shadowshadowSet shadow class(s)
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago