Modal Component

The Modal component is a versatile UI element used to create dialogs, popovers, lightboxes, and other overlays that require user interaction.

  • You can customize the modal button by using the Button component.

  • The close button contains a link that resets the URL fragment (by linking to #), which effectively closes the modal.

On this page