Skip to Content

Drawer

The Drawer component is a panel that slides out from the edge of the screen with supplementary content.


Import

Import
import { Drawer } from '@backyard-ui/core';

Usage

Usage

Placement

Placement

Use the placement prop to change where the Drawer will appears.

Size

Size

Use the size prop to increase the visual size.

Close on Overlay Click

Close on Overlay Click

By default, the Drawer closes when you click its overlay. You can set closeOnOverlayClick to false if you want the Drawer to stay visible.

Controlled

Controlled

By default, the Drawer are uncontrolled but you can make it controlled

API Reference

API Reference

Root

Root
  • size
    Description The `max-width` css property
    Type
    "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full"
    Default
    md
  • isOpen
    Description If `true` the Dialog will be initially opened
    Type
    boolean
    Default
    false
  • placement
    Description The drawer position
    Type
    "top" | "right" | "bottom" | "left"
    Default
    right
  • closeOnOverlayClick
    Description If `false` the Dialog will be close when clicked on overlay
    Type
    boolean
    Default
    false

Trigger

Trigger

    Content

    Content
    • asChild
      Description
      Type
      boolean

    Cancel

    Cancel

      Title

      Title
      • asChild
        Description
        Type
        boolean

      Description

      Description
      • asChild
        Description
        Type
        boolean