NavBar
import { NavBar, NavBarItem } from "@arkitektbedriftene/fe-lib/ui"
Usage
<NavBar>
<NavBarItem active>Button</NavBarItem>
<NavBarItem as="a" href="/path">Link</NavBarItem>
// Usage with react-router NavLink
// When used with `NavLink` you dont need to set the `active` prop
<NavBarItem as={NavLink} to="/path">NavLink</NavBarItem>
</NavBar>