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
; <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>