rsnext/examples/with-rebass
Austin Huang 2e87e22731
Fix for missing babel dependencies in with-rebass example (#16839)
Pull request for (Issue: Fix or remove the with-rebass example #16828). Just added some missing dependencies to the package.json of the example

Fixes #16839
2020-09-21 02:16:15 +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 Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04: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).