Files
radzen-blazor/Radzen.Blazor/RadzenMarkdown.razor
Vasil Yordanov 7214cd7179 Add RadzenToc component (#2094)
RadzenToc component is a table of contents based on the titles in a page allowing users to quickly navigate the page.

---------

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2025-04-15 11:14:38 +03:00

2 lines
149 B
Plaintext

@inherits RadzenComponent
<div @ref="@Element" id="@GetId()" style="@Style" @attributes="Attributes" class="@GetCssClass()">@RenderChildContent</div>