Menu

Useful for displaying a list of contextual actions on left click.

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
idStringThe id of the menu
iconStringThe icon to apply
textStringA text of the meun
isVisibleBooleanWhether it is visible or not
hasBorderBooleanWhether it should have border or not
onClickFunctionA function to be called when on click

MenuGroup

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
idStringThe id of the menu group
isVisibleBooleanWhether it is visible or not

MenuItem

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply

MenuItemLink

Props

Prop
Type
Description
childrenReactNodeThe content to render
hrefStringThe href of the menu item

MenuItemButton

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
onClickFunctionA function to be called when on click

Examples

todo