File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ PyPI] ( https://img.shields.io/pypi/v/dash-tailwindcss-plugin.svg?color=dark-green )] ( https://pypi.org/project/dash-tailwindcss-plugin/ )
55[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
66
7+ English | [ 简体中文] ( ./README-zh_CN.md )
8+
79A plugin for integrating TailwindCSS with Plotly Dash applications using Dash 3.x hooks. Supports both Tailwind CSS v3 and v4.
810
911## Features
@@ -242,15 +244,15 @@ dash-tailwindcss-plugin/
242244│ ├── test_dash_simple.py # Simple Dash integration tests (no browser required)
243245│ ├── test_dash_integration.py # Dash end-to-end integration tests (requires browser automation)
244246│ └── test_dash_callbacks.py # Dash callback and layout tests
245- ├── example_app.py # Example Dash
246- application
247+ ├── example_app.py # Example Dash application
247248├── requirements.txt # Runtime dependencies
248249├── requirements-test.txt # Test dependencies
249250├── setup.py # Setup script for installation
250251├── pyproject.toml # Build configuration
251252├── pytest.ini # Pytest configuration
252253├── ruff.toml # Ruff configuration (linting)
253- └── README.md # This file
254+ ├── README.md # English README file
255+ └── README-zh_CN.md # Chinese README file
254256```
255257
256258## Requirements
You can’t perform that action at this time.
0 commit comments