Skip to content

octoblu/zooid-card

Repository files navigation

zooid-card

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM

A card styled container component.

Install

npm install --save zooid-card

Props

Prop Type Default Description
children node Children...
className string Additional 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>