1.0.7 • Published 9 years ago
essence-card v1.0.7
Essence Card - Card component
Option:
classes
orclassName
: 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>