-
Notifications
You must be signed in to change notification settings - Fork 44
Navbar #616
Copy link
Copy link
Open
Labels
ComponentsChanges or issues affect the design-system-react-components packageChanges or issues affect the design-system-react-components package
Metadata
Metadata
Assignees
Labels
ComponentsChanges or issues affect the design-system-react-components packageChanges or issues affect the design-system-react-components package
Type
Fields
Give feedbackNo fields configured for Feature.
The navbar component provides a secondary list of navigation items. It is intended to pair with the Header component.
It should:
Structurally, the navbar component should render a
<nav>element with its child items arrayed in a standard<ul>/<li>structure.This component does not have a base component in RAC, so will be implemented from scratch.