# SideNav <sup><sub>(Side Navigation)</sub></sup>

The Side Navigation component provides the highest level navigation tier and allows the user to switch between modules. It also houses secondary and legal/copyright links.

## Getting started

```bash
yarn add @hig/side-nav @weave-design/theme-context @weave-design/theme-data
```

### Import

```
import SideNav from '@hig/side-nav';
```
