rsnext/examples/with-yoga
2022-05-27 21:21:40 +00:00
..
pages docs: add yoga to examples (#36253) 2022-04-19 22:27:14 +00:00
.gitignore docs: add yoga to examples (#36253) 2022-04-19 22:27:14 +00:00
next.config.js docs: add yoga to examples (#36253) 2022-04-19 22:27:14 +00:00
package.json docs: add yoga to examples (#36253) 2022-04-19 22:27:14 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00

Yoga Design System Example

This example shows how to use Next.js along with Yoga Design System. This is intended to show the integration of this UI toolkit with the Framework.

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, Yarn, or pnpm to bootstrap the example:

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

Deploy it to the cloud with Vercel (Documentation).