How to customize custom tag? #300
-
Beta Was this translation helpful? Give feedback.
Answered by
MihailsKuzmins
Apr 24, 2025
Replies: 1 comment 2 replies
-
|
@anktsrkr Yes, currently you will need to create your own component that inherits from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Well, does the example below help you? Basically, you can do anything and render any markup you want. So, it depends on how exactly you want to customise it, but hopefully it gives you some insight.
So, your sample will be rendered as an
h1element.But well,
StringLineGroupdoes not provide any straightforward API how to process the incoming HTML data, but you can take a look at:MudBlazor.M…