Sheet
Basic Usage
Sheet Props API
- blocking
bool
RequiredDefaultfalsespecifies whether the sheet provides a click-blocking scrim
- children
node
Requiredan element rendered inside the sheet
- position
enum
Required'left' | 'right' | 'top' | 'bottom'Default'bottom'a string designating the sheet's position on the window
- show
bool
RequiredDefaulttrueBoolean used to control whether the Sheet shows.
- onClose
func
RequiredDefault() => {}Specifies function that controls
show
value. - variant
enum
Required'light' | 'dark'Default'light'a string designating which version of the sheet to show (light vs dark)