etabits / rjsf-layout

React JSONSchema Form Layout: Supercharge Your RJSF Experience!
Apache License 2.0
9 stars 1 forks source link

using @rjsf/mui with layout #1

Open dowling-john opened 4 months ago

dowling-john commented 4 months ago

I am wnating to control the layout of my form a little better and this seem like the right tool.

I am using MUI for the styling of the components and is implemented in a "Form" component

If I use that component with the inner fields I get an error (obviously) and if I use the "Form" component from this library I get the layout and no styling, Is there a way that this works with the mui styling

Thanks

aularon commented 4 months ago

Hello John! I use MUI myself for most projects, many utilizing rjsf-layout and everything works smoothly. Can you provide a minimal reproduction to help me better-understand what is going on? Thanks!