Modal
Creates an easy to use modal component.
Once imported it can be modified the way you want.
Prefixes
Props
Modal takes the following props:
- open: boolean
- toggle: Dispatch<SetStateAction<boolean>>
Example: An example of the usage is provided in the snippet.
Preview