UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

9 lines 272 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnSelect } from '../Select@desktop'; import './Select_width_max.css'; /** * Modifier to set select width to max size */ export var withModSelectWidthMax = withClassnameHOC(cnSelect(), { width: 'max' });