UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

14 lines 348 B
function applyMinWidthFn(_a) { var state = _a.state; state.styles.popper.minWidth = "".concat(state.rects.reference.width, "px"); } /** * Modifier to set min width of popper like reference */ export var applyMinWidth = { name: 'applyMinWidth', enabled: true, fn: applyMinWidthFn, phase: 'beforeWrite', requires: ['computeStyles'] };