How to customize UI/Theme of forms?

Please tell me how I can customize the UI of forms.
I want to add CSS in forms to make it beautiful

Hi @aizazullahk,

We offer all kinds of customizations. For our Vanilla renderers you can simply add CSS or use the built-in class customizations. For the Material UI renderers you can also use CSS or the Material UI Theming support. The same is true for the Vuetify renderers. If there is something which can’t be customized via CSS alone you can also always register custom renderers and therefore get full control over the DOM.

Is there a specific problem you are struggling with?