rsnext/examples/with-stitches
2022-05-27 21:21:40 +00:00
..
components Update with-stitches example (#23281) 2021-03-22 21:29:58 +00:00
pages with-stitches example fixes #28650 (#28652) 2021-09-07 02:14:32 +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 Upgrade to @stitches/react 1.2.6 (#33817) 2022-01-30 23:42:43 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00
stitches.config.js with-stitches example fixes #28650 (#28652) 2021-09-07 02:14:32 +00:00

Stitches Example

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

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

Deploy it to the cloud with Vercel (Documentation).