rsnext/examples/with-stitches
2021-07-19 19:00:14 -05:00
..
components Update with-stitches example (#23281) 2021-03-22 21:29:58 +00:00
pages Update with-stitches example (#23281) 2021-03-22 21:29:58 +00:00
public Update with-stitches example (#16827) 2020-09-03 17:38:13 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Clean up examples package.json (#27121) 2021-07-12 19:58:03 +00:00
README.md docs: add 'Open in StackBlitz' buttons to various examples (#25853) 2021-06-08 20:45:02 +00:00
stitches.config.js Continue: fix typo in breakpoint config (#27313) 2021-07-19 19:00:14 -05:00

Stitches Example

This example shows how to use the Stitches CSS-in-JS Library.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

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

Deploy it to the cloud with Vercel (Documentation).