rsnext/examples/with-rebass
2020-12-22 21:41:27 +00:00
..
pages chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +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 Fix for missing babel dependencies in with-rebass example (#16839) 2020-09-21 02:16:15 +00:00
README.md Upgrade all http links to https (#20402) 2020-12-22 21:41:27 +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:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn 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

Deploy it to the cloud with Vercel (Documentation).