Docs
Sheet
Sheet
Extends the Dialog component to display content that complements the main content of the screen.
Installation
Install bits-ui
:
Copy and paste the component source files linked at the top of this page into your project.
Usage
Examples
Side
Pass the side
property to <SheetContent />
to indicate the edge of the screen where the component will appear. The values can be top
, right
, bottom
or left
.
On This Page