Sheet
Basic Usage
Sheet Props API
- blocking
boolRequiredDefaultfalsespecifies whether the sheet provides a click-blocking scrim
 - children
nodeRequiredan element rendered inside the sheet
 - position
enumRequired'left' | 'right' | 'top' | 'bottom'Default'bottom'a string designating the sheet's position on the window
 - show
boolRequiredDefaulttrueBoolean used to control whether the Sheet shows.
 - onClose
funcRequiredDefault() => {}Specifies function that controls
showvalue. - variant
enumRequired'light' | 'dark'Default'light'a string designating which version of the sheet to show (light vs dark)