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