Enum DrawerVariant
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the behavior of a MudDrawer.
public enum DrawerVariant
- Extension Methods
Fields
Mini = 3
The drawer has a small width but will expand when hovering over it.
Persistent = 2
The drawer will open outside of its container, shifting other contents when opened.
Responsive = 1
The drawer behaves like Persistent in wider screens, but Temporary on smaller screens.
Temporary = 0
The drawer will open above all other content until a section is selected.