Drawer
Preview
Code
Prop
Default Value
Value
Whether the drawer is modal
modal
true
The position of the drawer
position
bottom
Anatomy
<Drawer><DrawerTrigger /><DrawerContent /></Drawer>
Installation
Import
Automatic Install (Eject)
Manual Install
1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Drawer, DrawerTrigger, DrawerContent } from "earthling-ui/drawer"