UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

17 lines (16 loc) 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModSelectListboxSizeMax = void 0; var _compose = require("../../../lib/compose"); var _SelectDesktop = require("../Select@desktop"); require("./Select_listboxSize_max.css"); /** * Modifier to set listbox width as large as need * * It useful for use with `ScrollbarOverlapContentFix` */ var withModSelectListboxSizeMax = exports.withModSelectListboxSizeMax = (0, _compose.withClassnameHOC)((0, _SelectDesktop.cnSelect)(), { listboxSize: 'max' });