react-form-builder
react-form-builder copied to clipboard
Custom theme
Summary Currently to style the forms, the client needs Theme-ui package installed. There is no way to inject their style otherwise
Intended Outcome A way to allow clients to overwrite the theme.
How
Adding a property theme
on the Form Builder component and merge it with default theming to overwrite.