@hixme-ui/card

hixme-ui Card component

Usage no npm install needed!

<script type="module">
  import hixmeUiCard from 'https://cdn.skypack.dev/@hixme-ui/card';
</script>

README

Card

npm i --save @hixme-ui/card

View it live

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