django-crispy-bulma
django-crispy-bulma copied to clipboard
Django application to add 'django-crispy-forms' layout objects for Bulma.io
Probably easiest to just test it with Django 3 and see what happens. I imagine it will probably more or less work.
https://github.com/python-discord/django-crispy-bulma/blob/master/django_crispy_bulma/templates/bulma/field.html#L15
It looks like there's already a feature in this fork for an input field with icons prepended or appended. This is a useful feature, so we need to figure out...
Once this project is working to a satisfactory degree, we should contact the bulma maintainers over at https://github.com/jgthms/bulma and see if they'd be willing to add us to the `related...
there's no `templates/bulma/fieldset.html`, so the Fieldset() class can't be used inside the Layout objects that are crucial to Crispy.
Form components like buttons should support bulma-extensions tooltips. See https://wikiki.github.io/elements/tooltip/ for docs.
We should support badges on our other form components, if possible. See https://wikiki.github.io/elements/badge/ for examples of this.
Support for the inputfield you put tags in, found here https://wikiki.github.io/form/tagsinput/
Add support for the switches found here: https://wikiki.github.io/form/switch/
Add support for bulma-extensions sliders. https://wikiki.github.io/form/slider/