Components

Navigation

<Navigation />

Type Definitions

object
Array of navigation elements. Extending NavigationElementProps
Properties:
Name Type Attributes Description
elements Array.<NavigationElementWithChildrenProps> <optional>

View Source adminjs-design-system/src/organisms/navigation/navigation-props.ts, line 5

object
Props passed to Navigation component
Properties:
Name Type Description
label string
elements Array.<NavigationElementWithChildrenProps>

View Source adminjs-design-system/src/organisms/navigation/navigation-props.ts, line 13