- Components
- 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. -
Installation
npm i @flexilla/dropdown -
Usage
You can globaly init all Dropdown or init separately every Dropdown Elementimport { Dropdown } from "@flexilla/dropdown" // init dropdown for all Element with data-fx-dropdown attribute Dropdown.autoInit()