Guidance: Styling
Hi @bhch, I want to know your recommendations for styling the JSON form. I look if there was a keyword in the schema that allows me to inject CSS classes or ids, but I could find any.
My current train of thought is just to overwrite CSS styles, but I wonder if you have a more clean solution.
Thanks for your work!
Right now the only way to customise CSS is to overwrite the default styles with your own styles. This files: https://github.com/bhch/django-jsonform/blob/v2.23.2/django_jsonform/static/django_jsonform/style.css contains all the css styles related to the widget.
I'm working on a new version (v3) which will allow you to inject your own css class names, but that version will take some time. Version 3 will also also allow you to provide your custom widgets and fields.