mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
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>
2 lines
149 B
Plaintext
2 lines
149 B
Plaintext
@inherits RadzenComponent
|
|
<div @ref="@Element" id="@GetId()" style="@Style" @attributes="Attributes" class="@GetCssClass()">@RenderChildContent</div> |