Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/tailwindcss-storybook
Integrating Tailwind CSS with Storybook
https://github.com/nareshbhatia/tailwindcss-storybook
Last synced: about 4 hours ago
JSON representation
Integrating Tailwind CSS with Storybook
- Host: GitHub
- URL: https://github.com/nareshbhatia/tailwindcss-storybook
- Owner: nareshbhatia
- Created: 2022-06-27T04:07:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T20:56:27.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:53:38.787Z (over 1 year ago)
- Language: TypeScript
- Size: 911 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwindcss-storybook
This repository shows how to integrate Tailwind CSS components with Storybook.
![Screenshot](assets/buttons.png)
## Running Storybook
```sh
npm ci
npm run dev
```