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.

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

npm install @venuecms/sdk-next

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

Last updated