Integrate 3rd party components into Radzen UI Toolbox

Is it possible to integrate 3rd party components into the Radzen UI toolbox? I'm looking for a code editor (BlazorManaco or similar) to use for editing code scripts.

I think you will need to wait for Radzen 3.0 :slight_smile:

I know they will be using the code editor themselves but not sure about exposing it as an editor in the toolbox.

While it isn't possible to integrate third party components in the toolbox you can use them in a Radzen application. This forum thread shows how. Basically you need to:

  1. Add the nuget package to the .csproj file (use visual studio or command line)
  2. Import the required namespaces (can be done from the application settings)
  3. Include the required JS and CSS (can also be done from the application settings)

Radzen 3.0 would infer all components imported in an application and make them available in the toolbox.

1 Like