How to get label in custom renderer in react

can someone tells me how to get label in custom renderer ?
or there is any example for project using costom renderer and other design system like fluent Ui ?

Hi @chandra-bachtiar,

All our existing renderers use exactly the same mechanism as “custom” renderers. So please have a look at the existing code to see on how to retrieve the label.

I’m not aware of a publicly available renderer set using Fluent UI. However this would not look any different than any of the existing off-the-shelf or community maintained renderer sets.