Back to Next Js

Emotion Example

examples/with-emotion/README.md

16.2.51.3 KB
Original Source

Emotion Example

Extract and inline critical css with @emotion/css, @emotion/server, @emotion/react, and @emotion/styled.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-emotion-swc with-emotion-swc-app
bash
yarn create next-app --example with-emotion-swc with-emotion-swc-app
bash
pnpm create next-app --example with-emotion-swc with-emotion-swc-app

Deploy it to the cloud with Vercel (Documentation).