UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 212 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnButton } from '../Button'; import './Button_width_max.css'; export var withModButtonWidthMax = withClassnameHOC(cnButton(), { width: 'max' });