Relative Content

Tag Archive for reactjsmonaco-editorspfxsharepointframework

How to set Monaco Editor value in SharePoint Framework (React)?

I’m very new to React and SPFx.
I was trying to use the Monaco Editor component from @pnp/spfx-controls-react in a SPFx Web Part.
I have the editor, in which the user can write custom css. I also have a color picker with buttons to set the selected color as Primary or Secondary. I was wondering how can I replace the text value in the Monaco Editor once clicking these buttons.