UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 337 B
import { withBemMod } from '@bem-react/core'; import { cnButton } from '../Button'; import './Button_width_max.css'; /** * Модификатор, отвечающий за максимальную ширину кнопки. * @param {IButtonWidthMaxProps} props */ export var withWidthMax = withBemMod(cnButton(), { width: 'max' });