Components
Charts
Setting UpArea ChartLine ChartBar ChartPie ChartRadar ChartRadial Bar ChartScatter ChartTooltip ChartColors
Color AreaColor FieldColor PickerColor SliderColor SwatchColor Swatch PickerColor ThumbColor WheelDrag and drop
Drop ZoneForms
CheckboxCheckbox GroupFieldFormInput OTPNumber FieldRadio GroupSearch FieldTag FieldText FieldTextareaUtilities
Visually HiddenMenu
A sleek, interactive component that reveals options on click, perfect for seamless navigation and organizing choices in a compact space.
Basic
A menu presents a variety of actions or options from which you can choose.
Installation
If you hit any issues, make sure you check out the installation guide here for more information.
Composed Components
When you plug this component from the CLI, it autoloads all the composed components. No need to toss 'em in one at a time.
The Menu's decked out with several components to make it bangin'.
Manual Installation
Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.
Anatomy
Sub Menu
Menu can be nested to display submenus.
Respect Screen
By default, the menu will respect the screen size, when it lower than 600px, it will be displayed as a modal slide from the bottom. You can disable this behavior by setting respectScreen
to false
.
Danger
Designate a menu item as dangerous.
With Icon
Enhance menu items by adding icons.
Dynamic Menu
Generate menu items dynamically.
Multiple Menu
Display a selection of actions or options.
Single Menu
Present a single list of options.
Section Menu
Organize menu items into grouped sections.
Section-Level Selection
Organize menu items into grouped sections with level selection.
Arrow
Incorporate an arrow into the menu using the showArrow
prop on Menu.Content
.
Item Details
You can add details to menu items by using the Menu.ItemDetails
component.
Disabled
Disable specific menu items.
Also, you can disable items directly in Menu.Content
by using the disabledKeys
prop.
Menu Label
In the examples above, you might notice that the Menu.Label
component is used inconsistently. This is because it is not mandatory, but it is considered a best practice. Using Menu.Label
ensures proper alignment between icons and text, especially when dealing with items that vary. For instance, one item might have an icon while another does not. Adding Menu.Label
helps create a polished and consistent appearance.
Open Modal
Trigger a modal from a menu item. Refer to the modal demo for further information.