rsnext/examples/with-style-sheet
Peng Jie 3c99206313
chore(examples): fix missing document components error messages (#16802)
Thanks vercel team create multiple examples for much use cases, I found some error messages and fixed it.
2020-09-03 21:13:12 +00:00
..
lib Update with-style-sheet example (#13323) 2020-05-25 17:11:50 +00:00
pages chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
babel.config.js Update with-style-sheet example (#13323) 2020-05-25 17:11:50 +00:00
next.config.js Update with-style-sheet example (#13323) 2020-05-25 17:11:50 +00:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

Using the style-sheet CSS in JS library and extract CSS to file.

This example features an app using the style-sheet CSS in JS library and demonstrates how it is possible to extract styles to file.

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

Deploy it to the cloud with Vercel (Documentation).