The storybook project with Next.js and Tailwind CSS
https://github.com/eureka928/storybook-with-next-and-tailwind.git
To run storybook:
npm run storybook
# or
yarn storybook
Open http://localhost:6006 with your browser to see the result.
You can start adding the stories by modifying components/yourcomponent/component.stories..js. The page auto-updates as you edit the file.
To learn more about storybook.js, take a look at the following resources: