<div align="center">
  <a href="https://spur.us">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="../../docs/images/logo-dark-mode.svg">
      <img alt="Spur logo" src="../../docs/images/logo-light-mode.svg" height="128">
    </picture>
  </a>
  <br />
  <h1>@spur.us/monocle-nextjs</h1>
</div>
<br />

A library for integrating Monocle into your Next.js applications.

## Installation

```bash
npm install @spur.us/monocle-nextjs
# or
yarn add @spur.us/monocle-nextjs
# or
pnpm add @spur.us/monocle-nextjs
```

## Contributing

We welcome all contributors!

Please read our [contributing guidelines](https://github.com/spurintel/javascript/blob/main/docs/CONTRIBUTING.md) to learn how to submit issues or open pull requests.

## License

This project is licensed under the [MIT license](https://github.com/spurintel/javascript/blob/main/packages/monocle-nextjs/LICENSE).
