UNPKG

parvus-ui

Version:

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

7 lines (5 loc) 201 B
import Card from "./Card"; import CardHeader from "./CardHeader"; import CardContent from "./CardContent"; import CardFooter from "./CardFooter"; export { Card, CardHeader, CardContent, CardFooter };