Skip to Content

Collapsible

The collapsible is a disclosure component to expands/collapses a panel.


Import

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

Usage

Usage

Controlled

Controlled

To use as controlled, use the onOpenChange prop with open.

API Reference

API Reference

Root

Root
  • isDisabled
    Description If `true` the trigger will be disabled
    Type
    boolean
  • isOpen
    Description If `true` the will be rendered opened
    Type
    boolean
  • asChild
    Description
    Type
    boolean

Trigger

Trigger
  • asChild
    Description
    Type
    boolean

Content

Content
  • asChild
    Description
    Type
    boolean