Dropdown

A dropdown list
Import
import { Dropdown } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

Usage

When there are more than a few options to choose from, you can wrap them in a Dropdown. By hovering or clicking on the trigger, a dropdown menu will appear, which allows you to choose an option and execute the relevant action.

Basic Usage

Set content and trigger method of dropdown, the default trigger method is click.