rsnext/examples/with-rebass
2022-05-27 21:21:40 +00:00
..
pages Bumping up the rebass version (v1 - v4) and fixing components and styling for it. (#23342) 2021-04-19 19:48:38 +00:00
.babelrc Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json updated with-rebass dependencies (#36416) 2022-04-25 03:06:26 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00

Example app with Rebass

This example features how you use Rebass functional UI library with Next.js.

Screenshot

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-rebass with-rebass-app
# or
yarn create next-app --example with-rebass with-rebass-app
# or
pnpm create next-app --example with-rebass with-rebass-app

Deploy it to the cloud with Vercel (Documentation).