UNPKG

mdc-react

Version:

Material Components for the web implemented in React

11 lines 379 B
export const cssClasses = { ROOT: 'mdc-layout', ROW: 'mdc-layout--row', COLUMN: 'mdc-layout--column', DIRECTION: 'mdc-layout--direction', WRAP: 'mdc-layout--wrap', WRAP_REVERSE: 'mdc-layout--wrap-reverse', ALIGN_ITEMS: 'mdc-layout--align-items', ALIGN_SELF: 'mdc-layout--align-self', JUSTIFY_CONTENT: 'mdc-layout--justify-content' };