UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

11 lines 354 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnSelect } from '../Select@desktop'; import './Select_listboxSize_max.css'; /** * Modifier to set listbox width as large as need * * It useful for use with `ScrollbarOverlapContentFix` */ export var withModSelectListboxSizeMax = withClassnameHOC(cnSelect(), { listboxSize: 'max' });