@hixme-ui/card
v2.2.0
Published
hixme-ui Card component
Downloads
199
Readme
Card
npm i --save @hixme-ui/card
Card is an implementation of [Container](https://hixme.github.io/hixme-ui/container that defaults to having a white background, rounded corners, and a drop shadow. It supports all the properties available for Container
Usage
import Card from '@hixme-ui/card'
<Card padding='30px' shadow>
<p>Default card component</p>
</Card>
Props
| Name | Type | Default | | --------------- | ----------- | -------------- | | background | string | white | | rounded | string | true | | shadow | string | true |