Blazor DockPanel Component

The DockPanel component for Blazor represents a container for other widgets or elements. It arranges its inner elements depending on the value of the 'dock' attribute. The possible 'dock' attribute values are: 'left, right, top and bottom'.

Prerequisites

Refer to Blazor Getting Started.

Example: