README
Menus display a list of choices on temporary surfaces. A Menu displays a list of choices on a temporary surface. They appear when users interact with a button, action, or other control.
Compatibility
π Web
π₯ Electron
π± React Native
βοΈ
β
β
Screenshots
π Web
π₯ Electron
π± React Native

TBD
TBD
Menu Universal Props
Name
Type
Default
Description
style
Object
style object for Menu Component.
children
ReactNode
Children of Menu component.
MenuItem
MenuItem Universal Props
Name
Type
Default
Description
disabled
bool
disabled the MenuItem Component.
value
string
key value of of MenuItem Component.
MenuItem Specific Library Props
Name
Type
Default
Description
classes
object
classes to extend styling of MenuItem component.
children
ReactNode
Children of MenuItem component.
MenuList Specific Library Props
Name
Type
Default
Description
classes
object
classes to extend styling of MenuItem component.
children
ReactNode
Children of MenuItem component.
open
boolean
used to open Popper.
MenuPopper Specific Library Props
Name
Type
Default
Description
classes
object
classes to extend styling of MenuItem component.
children
ReactNode
Children of MenuItem component.
open
boolean
used to open Popper.
How to use
Last updated