Bottom Sheet
A mobile-optimized component that slides up from the bottom of the screen to display additional content or actions. Implements proper focus management and touch interactions, making it ideal for mobile interfaces where vertical space is limited.
Supports swipe gestures
Architecture
Reference
-
Bottom Sheet
The root container that manages the state and behavior of the bottom sheet system. Coordinates the interaction between trigger and content components.
-
Content
The container that holds the bottom sheet's content. Manages swipe gestures for intuitive touch-based dismissal.
-
Header
The container for the bottom sheet's header section, containing the title and the close button.
-
Description
The container for the bottom sheet's descriptive content, providing additional context or details about its purpose.
Keyboard
- Enter
When focus is on the trigger, opens the bottom sheet.
- Space
When focus is on the trigger, opens the bottom sheet.