1.0.7 • Published 9 years ago

essence-card v1.0.7

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

Essence Card - Card component

Option:

  • classes or className: css style class name

NOTE: CardHeader, CardContent or CardFooter can be use or ignored as a child in Card component

How to use

import {Card, CardHeader, CardContent, CardFooter} from 'essence-card';

<Card>
 <CardHeader> Card header </CardHeader>
 <CardContent classes={'card-supporting-text e-text-blue-grey-400'}> Card content </CardContent>
 <CardFooter> Card footer with action buttons </CardFooter>
</Card>