1.0.0 • Published 5 years ago

@samuelbeard/card v1.0.0

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

Card

A React Component

A simple, responsive card system for React.


Setup

Install the package

npm install @samuelbeard/card

Import the package

import { Card, CardHeader, CardBody, CardFooter } from '@samuelbeard/grid'

Usage

Check out the examples at https://samuelbeard.github.io/card/.

<Card>
    <CardHeader>Header</CardHeader>
    <CardBody>Body</CardBody>
    <CardFooter>Footer</CardFooter>
</Card>