Renders ListItems in an UnorderedList from children sent, with optional list style type.
ListNavigation
==============
js
import ListNavigation from '@govuk-react/list-navigation';
`
$3
Simple
`jsx
import { ListNavigation, Link } from 'govuk-react';
Section A
Section B
`Using React Router with
Link component for GDS styled links`jsx
import { Link as RouterLink } from 'react-router-dom';
import { ListNavigation, Link } from 'govuk-react';
Link A
Link B
`$3
- https://govuk-static.herokuapp.com/component-guide/government_navigation
$3
- Consider using the context API https://github.com/reactjs/rfcs/blob/master/text/0002-new-version-of-context.md
- Fix active state overlaping siblings$3
Prop | Required | Default | Type | Description
:--- | :------- | :------ | :--- | :----------
children | true | ```` | node | List navigation content
listStyleType | | `undefined` | string | CSS value for list-style-type`