This example shows how to use the Stitches CSS-in-JS Library.
Preview the example live on StackBlitz:
Deploy the example using Vercel:
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).