![]() |
VOOZH | about |
In this article, we'll see Bulma Hoverable and Toggable dropdown. Bulma uses dropdowns for giving the users list of multiple items to select. Below we have discussed all three types of dropdown with their examples.
Bulma Hoverable or Toggle dropdown classes:
Syntax:
// Dropdown trigfer <div class="dropdown"> <div class="dropdown-trigger"> .... </div> </div> // is-active dropdown <div class="dropdown is-active"> <div class="dropdown-trigger"> .... </div> </div> // is-hoverable dropdown <div class="dropdown is-hoverable"> <div class="dropdown-trigger"> .... </div> </div>
Example 1: Below example illustrates the Bulma Hoverable and Toggable dropdown.
Output:
👁 ImageExample 2: Below example illustrates the Bulma Active dropdown.
Output:
👁 ImageReference: https://bulma.io/documentation/components/dropdown/#hoverable-or-toggable