mdc-react
Version:
Material Components for the web implemented in React
15 lines (13 loc) • 434 B
JavaScript
export const numbers = {
NOTCH_SIZE_FACTOR: 0.75,
NOTCH_PADDING_RIGHT: 8
};
export const cssClasses = {
ROOT: 'mdc-notched-outline',
NOTCHED: 'mdc-notched-outline--notched',
UPGRADED: 'mdc-notched-outline--upgraded',
NO_LABEL: 'mdc-notched-outline--no-label',
LEADING: 'mdc-notched-outline__leading',
NOTCH: 'mdc-notched-outline__notch',
TRAILING: 'mdc-notched-outline__trailing'
};