Stable3.3.5View in LexiconCHANGELOG
NavigationBar
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Array<React.ReactElement<React.ComponentProps<typeof Item>>> | true | Children elements received from ClayNavigationBar component. | |
inverted | boolean | false | false | Determines the style of the Navigation Bar |
spritemap | string | false | Path to the location of the spritemap resource. | |
triggerLabel | string | true | Set up dropdown's trigger label. |
NavigationBar.Item
Property | Type | Required | Default | Description |
---|---|---|---|---|
active | boolean | false | false | Determines the active state of an dropdown list item. |
children | React.ReactElement | true | Children elements received from ClayNavigationBar.Item component. |