Earthling UI

  1. Components
  2. drawer

Drawer

Prop
Default Value
Value
Whether the drawer is modal
modal
true
The position of the drawer
position
bottom

Anatomy

<Drawer><DrawerTrigger /><DrawerContent /></Drawer>

Installation

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"
The component is ready to use