@wargas/react-modal
v0.0.7
Published
[](https://opencollective.com/react-modal) {
const open = () => modal(FirstModal, {title: 'My Title', size: 'sm', position:'center'});
return (
<div>
<button onClick={open}>Open Modal!</button>
<ContainerModal />
</div>
);
} export function FirstModal() {
const {
close,
setTitle,
setSize,
setPosition,
options: { data, title },
} = useModal();
return (
<div className="p-5">
...
</div>
);
}Contribute
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome! Take a look at the contributing guide.
License
Licensed under MIT
