Expand description
Bootstrap dropdown components.
Provides type-safe Bootstrap dropdowns matching the Bootstrap dropdown documentation.
Enums§
- Dropdown
Item - A dropdown menu item.
Functions§
- dropdown
- Create a Bootstrap dropdown.
- dropdown_
dark - Create a dark dropdown menu.
- dropdown_
split - Create a dropdown with a split button.
- dropend
- Create a dropend (opens to the right).
- dropstart
- Create a dropstart (opens to the left).
- dropup
- Create a dropup (opens upward).