# @onwave/ui

<p>
  <a href="https://www.npmjs.com/package/@onwave/ui">
    <img
      src="https://img.shields.io/npm/v/@onwave/ui.svg"
      alt="npm"
    >
  </a>
  <a href="https://github.com/onwave-dev/onwave-ui/blob/master/LICENSE">
    <img
      src="https://img.shields.io/github/license/onwave-dev/onwave-ui.svg"
      alt="MIT"
    >
  </a>
</p>

## install

```sh
npm install --save @onwave/ui
yarn add @onwave/ui
```

## storybook

<a href="https://ui.onwave.xyz">https://ui.onwave.xyz</a>

## notes

If you want to use `next/link` normally, use `Link Provider`.

```JSX
<LinkProvider type="next">
```
