Menu

Menu is a navigation bar. It can be responsive and has 2 different displays

Examples

By default the menu is horizontal.

But it can also be vertical if you pass an isVertical prop to <Menu>.

You can also make it responsive.

Theme

Props

Name

Type

Default value

Description

children

any

null

Content of the Menu.

isResponsive

bool

false

Is the menu responsive or not.

isVertical

bool

false

Is the desktop menu vertical or not.