SleepWalker / tmp-storybook-nextjs-emotion-11

This is a repo with a working solution to run the latest nextjs, storybook and emotion together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo demonstrates how to setup storybook to run with the latest emotion inside nextjs project.

Deps:

  • "@emotion/react": "^11.1.1",
  • "@emotion/styled": "^11.0.0",
  • "next": "10.0.3",
  • "react": "17.0.1",
  • "@storybook/react": "^6.1.7",
  • "@emotion/babel-plugin": "^11.0.0",

You can see the full diff of changes to be applied in this commit:

49bd795541de9acb3f6fa2e91aa6ef71fe3cc109

About

This is a repo with a working solution to run the latest nextjs, storybook and emotion together


Languages

Language:JavaScript 50.2%Language:CSS 49.8%