`<NavLink />` component example:

```js
import { NavLink } from '$PACKAGE_NAME';

<NavLink active href="javascript:;">Active</NavLink>
```
