Skip to content

Drawer

A drawer is a panel that slides in from the edge of the screen. This component uses Vaul for it’s implementation.

Vaul Documentation

Import

Terminal window
import { Drawer } from "@aeonkit/react";

Usage

Default

The drawer by default opens from the bottom of the screen.

Props

API Interface: DrawerProps