Module modal

Module modal 

Source
Expand description

Bootstrap modal components.

Provides type-safe Bootstrap modals matching the Bootstrap modal documentation.

Enums§

ModalSize
Modal size options.

Functions§

modal
Create a basic modal structure.
modal_button
Create a trigger button for a modal.
modal_centered
Create a vertically centered modal.
modal_scrollable
Create a scrollable modal.
modal_static
Create a static backdrop modal (won’t close when clicking outside).
modal_with_footer
Create a modal with footer buttons.