Metadata-Version: 2.3
Name: django-formify
Version: 0.0.8
Summary: Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look.
License: MIT
Author: Michael Yin
Author-email: michaelyin@accordbox.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: django (>=3.0)
Requires-Dist: django-viewcomponent (>=1.0.8)
Project-URL: Changelog, https://github.com/rails-inspire-django/django-formify/releases
Project-URL: Homepage, https://github.com/rails-inspire-django/django-formify
Description-Content-Type: text/markdown

<div align="center">

<h1>Django Formify</h1>

<p>Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look.</p>

<p><strong><a href="https://django-formify.readthedocs.io/en/latest/">Documentation</a> &nbsp;|&nbsp; <a href="https://saashammer.com/lookbook/inspect/form_component/form_fields/">Demo site</a></strong></p>

<p><a href="https://pypi.org/project/django-formify/"><img src="https://badge.fury.io/py/django-formify.svg" alt="Pypi version"></a>
<a href="https://github.com/rails-inspire-django/django-formify/actions/workflows/runtests.yml"><img src="https://github.com/rails-inspire-django/django-formify/actions/workflows/runtests.yml/badge.svg" alt="CI status"></a></p>

</div>

![Django Formify Code](.github/assets/code.png)

![Django Formify Demo](.github/assets/formify-demo.jpg)

## Documentation

[Documentation](https://django-formify.readthedocs.io/)

## FAQ

### Django-Formify vs Crispy-Tailwind

1. Django-Formify is a fork of Crispy-Tailwind, the core logic is the same.
2. Django-Formify changed the way of rendering, to make it more flexible and easy to customize.
3. Django-Formify has components built using Django-ViewComponent, which makes the code more reusable and easy to maintain. Developers can also create their own components to fit their needs.
4. Django-Formify updated styles of some widgets such as file input to make them look better with Tailwind CSS.

