Feature Request: Support for Custom CSS Frameworks #238
Replies: 1 comment
-
Actually, django-formset was designed to be CSS framework agnostic. In https://django-formset.fly.dev/form-renderer/ , I documented how to write your own renderer. Moreover, all supplied widgets do what I name "style pilfering", meaning that they extract the styles from a given native HTML input element and apply them to the webcomponent replacing the latter. For that reason django-formset ships with almost no extra CSS. If you have a use case where you want to integrate your custom CSS framework into django-formset, but you are stuck beause you can't override the form renderer the way you want, then that's a different story. In such a case please let me know where that happens. What you can do is to style your native HTML |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Support for Custom CSS Frameworks
It would be great to have the ability to easily integrate custom CSS frameworks or styles with django-formset. Currently, the project supports major frameworks like Bootstrap and Tailwind, but many developers might want to use their own styling or a less common CSS framework.
Proposed Solution
Benefits
This feature could significantly expand the usability of django-formset for users with non-standard design needs.
Beta Was this translation helpful? Give feedback.
All reactions