Expand description
Bootstrap modal components.
Provides type-safe Bootstrap modals matching the Bootstrap modal documentation.
Enums§
- Modal
Size - 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.