@n3/react-modal-select-button
v0.2.0
Published
Modal dialog for react applications based on @n3/kit
Downloads
15
Maintainers
Keywords
Readme
@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 => {}" | |