UNPKG

parvus-ui

Version:

A micro UI kit with all the main UI components in less than 5KB

16 lines (14 loc) 185 B
Card: ``` <Card styles={{width: '400px'}}> <CardHeader> Header </CardHeader> <CardContent> Content </CardContent> <CardFooter> Footer </CardFooter> </Card> ```