mdc-react
Version:
Material Components for the web implemented in React
23 lines (22 loc) • 537 B
JavaScript
export const elementsByType = {
headline1: 'h1',
headline2: 'h2',
headline3: 'h3',
headline4: 'h4',
headline5: 'h5',
headline6: 'h6',
subtitle1: 'h5',
subtitle2: 'h6',
body1: 'p',
body2: 'p',
button: 'span',
caption: 'span',
overline: 'span'
};
export const cssClasses = {
ROOT: 'mdc-typography',
DISPLAY: 'mdc-typography--display',
ALIGN: 'mdc-typography--align',
NO_MARGIN: 'mdc-typography--no-margin',
NO_WRAP: 'mdc-typography--no-wrap'
};