Installing
Install the library
Getting started
Wrap your app in a
ModalProvider
Import the
useModalhook and use it to open and close modals with the
addModaland
removeModalfunctions.
Basic
You can pass the modal content as the first argument and any options as the second argument of the
addModalfunction. Loading
Props
Coming soon