UNPKG

mdc-react

Version:

Material Components for the web implemented in React

30 lines (28 loc) 837 B
import Card from './Card'; import CardAction from './CardAction'; import CardActions from './CardActions'; import CardActionButtons from './CardActionButtons'; import CardActionIcons from './CardActionIcons'; import CardHeader from './CardHeader'; import CardMedia from './CardMedia'; import CardPrimaryAction from './CardPrimaryAction'; import CardSection from './CardSection'; Card.Action = CardAction; Card.Actions = CardActions; Card.ActionButtons = CardActionButtons; Card.ActionIcons = CardActionIcons; Card.Header = CardHeader; Card.Media = CardMedia; Card.PrimaryAction = CardPrimaryAction; Card.Section = CardSection; export { Card as default, CardAction, CardActions, CardActionButtons, CardActionIcons, CardHeader, CardMedia, CardPrimaryAction, CardSection };