mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
@page "/tree-file-system"
|
|
|
|
<RadzenText TextStyle="TextStyle.H2" TagName="TagName.H1" class="rz-pt-8">
|
|
File and directory browser
|
|
</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Subtitle1" TagName="TagName.P" class="rz-pb-4">
|
|
Populate RadzenTree from the file system.
|
|
</RadzenText>
|
|
|
|
<RadzenExample ComponentName="Tree" Example="TreeFileSystem">
|
|
<TreeFileSystem />
|
|
</RadzenExample>
|