0.2.0 • Published 5 years ago
@n3/react-modal-select-button v0.2.0
@n3/react-modal-select-button
Кнопка, открывающая модальное окно для выбора для приложений на базе @n3/kit.
import ModalSelectButton from '@n3/react-modal-select-button';Props
| Название | Обязательность | Тип | Значение по умолчанию | Описание |
|---|---|---|---|---|
| className | string | "" | ||
| modalComponent | + | ComponentType | ||
| modalProps | { key: string: any; } | "{}" | ||
| disabled | boolean | false | ||
| onSelect | (nextValue: any) => void | "(): void => {}" |