Slide-In Panels
Side panels that animate into view from the screen edges, ideal for navigation drawers, filters, or detail views.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Standard Slide-In
MgSlideInA container that slides in from the right (default) or left. It supports custom content and automatic backdrop handling.
API Reference
MgSlideIn
| Property | Type | Default | Description |
|---|---|---|---|
| Visible | bool | false | Controls whether the panel is shown. |
| SlideFrom | MgSlideFrom | Right | Direction from which the panel slides in. |
| ShowPin | bool | false | Whether to show the built-in pin header. |