mdc-react
Version:
Material Components for the web implemented in React
14 lines (13 loc) • 443 B
JavaScript
export const cssClasses = {
ROOT: 'mdc-button',
RAISED: 'mdc-button--raised',
UNELEVATED: 'mdc-button--unelevated',
OUTLINED: 'mdc-button--outlined',
TOUCH: 'mdc-button--touch',
ICON_LEADING: 'mdc-button--icon-leading',
ICON_TRAILING: 'mdc-button--icon-trailing',
RIPPLE: 'mdc-button__ripple',
ICON: 'mdc-button__icon',
LABEL: 'mdc-button__label',
TOUCH_ELEMENT: 'mdc-button__touch'
};