0.2.0 • Published 3 years ago

@n3/react-modal-select-button v0.2.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
3 years ago

@n3/react-modal-select-button

Кнопка, открывающая модальное окно для выбора для приложений на базе @n3/kit.

import ModalSelectButton from '@n3/react-modal-select-button';

Props

НазваниеОбязательностьТипЗначение по умолчаниюОписание
classNamestring""
modalComponent+ComponentType
modalProps{ key: string: any; }"{}"
disabledbooleanfalse
onSelect(nextValue: any) => void"(): void => {}"