UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 213 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnCheckbox } from '../Checkbox'; import './Checkbox_size_m.css'; export var withModCheckboxSizeM = withClassnameHOC(cnCheckbox(), { size: 'm' });