Modal
A simple modal component that can be closed by clicking anywhere outside. Use it as a focused area for specific content or actions.
You can pass any children components to customize its contents.
Make sure to pass in the id
prop so you can open the modal with a single line of JavaScript:
Last Updated: June 7