Last updated:
0 purchases
peasywidgets 0.2.4
PeasyWidgets
Table of Contents
Installation
License
Styling
Installation
pip install peasywidgets
Add peasywidgets to Django INSTALLED_APPS
Import the desired widgets
from peasywidgets.datalist_widgets import DatalistMultiple, DatalistSingle
from peasywidgets.filter_widgets import ChoiceFilterMultiple, ChoiceFilterSingle
Run collectstatic and include the JavaScript in templates `{% static 'peasywidgets.js' %}``
Styling
The following default CSS is available to use with Django's static template tag, otherwise use these selectors to write custom CSS/Tailwind directives.
License
peasywidgets is distributed under the terms of the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.