# Next.js SDK

This library contains a small collection of components that are useful for rendering content from Venue CMS in a Next.js project. It also includes the Venue CMS SDK as well so there is no need to separately install that.

[![@venuecms/sdk-next](https://img.shields.io/badge/@venuecms/sdk--next-v0-passing?style=flat\&color=%23bfb8ef\&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40venuecms%2Fsdk-next)](https://www.npmjs.com/package/@venuecms/sdk-next)

To install run this in your CLI under the project root:

```bash
npm install @venuecms/sdk-next
```

For more information on fetching data see the reference for @venuecms/sdk
