Custom Components in Blazor

Hello!

I just wanted to ask if it would be possible to add custom components to Radzen for Blazor?
I found this in the doku: https://www.radzen.com/documentation/custom-component/
But it seems not to fit on blazor (There is no client folder)

Thank you!

Hi @chackl,

Yep, the article is for Angular only. You can place your custom component in server/Shared folder for example and use it with HTML placeholder in generated pages. You can also put the page in ignore list and declared the custom component directly.

I've added an article describing what I've posted earlier:

2 Likes

Verry nice Thanks!
Are there any future plans that you may be able to set up custom components by controlling their settings dynamic in the right properties list like native components?
Kind Regards!

Yes, we are considering this for a future Radzen release!