1. Components
  2. dropdown

Dropdown

A customizable menu that allows users to select an option from a list.

Default

Usage

Note that this component requires JS, by default we’re using @flexilla/dropdown component, else you can skip this step if you’ve already @flexilla/flexilla.
  1. Installation

    npm i @flexilla/dropdown
  2. Usage

    You can globaly init all Dropdown or init separately every Dropdown Element
    import { Dropdown } from "@flexilla/dropdown"
    // init dropdown for all Element with data-fx-dropdown attribute
    Dropdown.autoInit()