No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Nav

A specialized box component for HTML nav element.

usage
import { Nav } from "@sharegate/orbit-ui";
sources
Github

Usage

A nav component accepts all the nav HTML element attributes and Orbit styled component props.

<Nav color="alias-tertiary">
<UL>
<LI>
<TextLink href="#">Missions</TextLink>
</LI>
<LI>
<TextLink href="#">Launches</TextLink>
</LI>
<LI>
<TextLink href="#">Careers</TextLink>
</LI>
</UL>
</Nav>