UNPKG

react-mdl

Version:

React Components wrapper for Material Design Lite UI

7 lines (5 loc) 257 B
import basicClassCreator from '../utils/basicClassCreator'; export const List = basicClassCreator('List', 'mdl-list', 'ul'); export ListItem from './ListItem'; export ListItemAction from './ListItemAction'; export ListItemContent from './ListItemContent';