Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```