1.1.0 • Published 9 years ago

zooid-card v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

zooid-card

Build Status npm version Code Climate Slack Status

A card styled container component.

Install

npm install --save zooid-card

Props

PropTypeDefaultDescription
childrennodeChildren...
classNamestringAdditional css classes to merge into the component

Example

import Card from 'zooid-card'

<Card>
  <h1>Fresh Prince Of Bel-Air (Theme Song)</h1>

  <p>
    Now, this is a story all about how
    My life got flipped-turned upside down
  </p>
</Card>