timonweb / django-tailwind

Django + Tailwind CSS = 💚
https://django-tailwind.readthedocs.io
MIT License
1.46k stars 92 forks source link

How do I use tailwindcss/forms plugin? #44

Closed Shavinder closed 3 years ago

Shavinder commented 3 years ago

Hello, I wish to use https://github.com/tailwindlabs/tailwindcss-forms to get my django forms to look good. How can I go about integrating this plugin ?

justinmayer commented 3 years ago

This project sets up Tailwind CSS, after which it's up to the developer to use it to style Django-powered web applications.

What you are looking for is likely a combination of Django Crispy Forms and its Tailwind CSS template pack.

timonweb commented 3 years ago

@Shavinder it's up to you. All steps are listed here: https://github.com/tailwindlabs/tailwindcss-forms#installation.