UNPKG

@foo-software/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

10 lines (7 loc) 195 B
import { Card } from './Card'; export * from './Card'; export * from './CardActions'; export * from './CardMedia'; export * from './CardText'; export * from './CardTitle'; export default Card;