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; }
Component that can float around the screen, but also can be placed inside Dock components.
<ToolsPanel Title="Tools" @bind-DockId="_dockId"> <ToolsPanel> @code { string? _dockId; }