A slide-out panel that complements the main content of the screen and provides additional context or actions.
Aspect | Best Practice |
---|---|
Usage | Use sheets for secondary content, detailed views, or actions that support the main workflow without replacing it. |
Content | Organize content hierarchically with clear headers, sections, and actions. Keep the most important information visible without scrolling. |
Behavior | Sheets slide in from screen edges (top, right, bottom, left) and can be dismissed by clicking outside, using escape key, or explicit close actions. |
Positioning | Choose the appropriate edge based on content type and user flow. Right-side sheets are common for details, left-side for navigation. |
Hierarchy | Use overlay to indicate the sheet is above the main content while maintaining context of the underlying page. |
Examples | Settings panels, detailed item views, filters, navigation menus, or form wizards. |