Skip to main content

A tailwind package for Django Crispy Forms

Project description

https://img.shields.io/badge/code%20style-black-000000.svg

A Tailwind template pack for the wonderful django-crispy-forms.

WARNING

This project is still in it’s early stages of development and has not yet been published to PyPI. If you would like to try out the package please install from github directly. Any contributions to the package would be very welcomed.

Currently the template pack allows the use of the |crispy filter to style your form. Here is an example image.

https://django-crispy-forms.github.io/crispy-tailwind/_images/crispy_form.png

How to install

Install via pip.

pip install crispy-tailwind

You will need to update your project’s settings file to add crispy_forms and crispy_tailwind to your projects INSTALLED_APPS. Also set tailwind as and allowed template pack and as the default template pack for your project:

INSTALLED_APPS = (
    ...
    "crispy_forms",
    "crispy_tailwind",
    ...
)

CRISPY_ALLOWED_TEMPLATE_PACKS = "tailwind"

CRISPY_TEMPLATE_PACK = "tailwind"

How to use

This project is still in its early stages. Currently functionality allows the |crispy filter to be used to style your form. In your template:

  1. Load the filter {% load tailwind_filters %}

  2. Apply the crispy filter {{ form|crispy }}

Documentation

The documentation for this project is available here: https://django-crispy-forms.github.io/crispy-tailwind/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crispy-tailwind-0.2.0.tar.gz (23.9 kB view details)

Uploaded Source

Built Distribution

crispy_tailwind-0.2.0-py3-none-any.whl (38.6 kB view details)

Uploaded Python 3

File details

Details for the file crispy-tailwind-0.2.0.tar.gz.

File metadata

  • Download URL: crispy-tailwind-0.2.0.tar.gz
  • Upload date:
  • Size: 23.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1

File hashes

Hashes for crispy-tailwind-0.2.0.tar.gz
Algorithm Hash digest
SHA256 780434efbd3a63064b7c19c36dc722ac01e6bbb8a7e53a6f4f39daf310ae7388
MD5 c855c071812dd9ca9e7d9fa00e59f31f
BLAKE2b-256 f8d3f602d68bc60e9a23a1e15207acea37754dbe3f33d7c476ddaac6aa4ee540

See more details on using hashes here.

File details

Details for the file crispy_tailwind-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: crispy_tailwind-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 38.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1

File hashes

Hashes for crispy_tailwind-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 874d2777e9bc323b0af920be4346a8ed971954c2055ba636790808ad0c188421
MD5 59b8f33ae48ac0097f9be4cb32df8095
BLAKE2b-256 979897e477ae473b15505846f36ae4fe7dfdf46ad4190e8dee502d8217d69ccd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page