This project is inspired by tailwind.css to offers a similar set of classes that can be used directly to construct TUI apps with Textual. It's an experimental project to see if it makes it easier to construct apps.
Note! This project is not affiliated or endorsed by tailwind labs, but it's an awesome project. Please check out tailwind.css if you haven't already.
There are two files generated by this project: tuilwind.css
and tuilwind.min.css
. These contain the relevant classes that mimic the names that tailwind uses.
The documentation page gives a visual gallery of all the features of the library.
To use the most recent CSS file locally, you can easily download it via:
wget https://raw.githubusercontent.com/koaning/tuilwindcss/main/tuilwind.css
You can also pick the minified version if you prefer.
wget https://raw.githubusercontent.com/koaning/tuilwindcss/main/tuilwind.min.css
There's a library in the making that can be installed via:
python -m pip install "tuilwindcss @ git+https://github.com/koaning/tuilwindcss.git"