next-package-test

1.0.0 • Public • Published

Example app with Grommet

This example shows how to use the Grommet UI library with Next.js.

It works by extending the <Document /> to enable server-side rendering of styled-components, which are used by Grommet, and extending <App /> to provide a Grommet context (and optionally a theme) for all child pages and components.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-grommet with-grommet-app
# or
yarn create next-app --example with-grommet with-grommet-app
# or
pnpm create next-app -- --example with-grommet with-grommet-app

Deploy it to the cloud with Vercel (Documentation).

Try it on CodeSandbox

Open this example on CodeSandbox

Readme

Keywords

none

Package Sidebar

Install

npm i next-package-test

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

4.59 kB

Total Files

7

Last publish

Collaborators

  • besmaili