mdc-react
Version:
Material Components for the web implemented in React
11 lines (10 loc) • 344 B
JavaScript
export const cssClasses = {
ROOT: 'mdc-radio',
DISABLED: 'mdc-radio--disabled',
TOUCH: 'mdc-radio--touch',
NATIVE_CONTROL: 'mdc-radio__native-control',
BACKGROUND: 'mdc-radio__background',
OUTER_CIRCLE: 'mdc-radio__outer-circle',
INNER_CIRCLE: 'mdc-radio__inner-circle',
RIPPLE: 'mdc-radio__ripple'
};