Library Blazor Components ToolsPanel

ToolsPanel

ToolsPanel

Component that can float around the screen, but also can be placed inside Dock components.

razor
<ToolsPanel Title="Tools" @bind-DockId="_dockId">

<ToolsPanel>

@code {
    string? _dockId;
}

Sign in