Custom MuiTypography for groups

Hi,

We just have started to work with your library and evaluating if it will work with our solutions, in our case we use a custom library and integrating with your library I don’t have problems with the components but It’s possible to customize or having a custom render for the Typography Label that is shown when using Group layout?

Thanks!

Hi @gallarl4_roche,

Yes, every part of the rendering can be customized. For the groups you would then register a custom renderer which has a higher priority than our built-in group renderers. The custom renderer has full control over the UI and can render whatever it likes and then dispatch back to JSON Forms for the elements contained within.