Skip to Content
🎉Introducing Pumki UI
ComponentsDisclosures

Disclosure

Pumki UIPumki UI

Personal information form here.

Installation

Usage


import { Disclosure, DisclosureGroup, DisclosureHeader, DisclosurePanel } from '@/components/pumki-ui/disclosure.tsx';

Props

PropTypeDefaultDescription
childrenReact.ReactNoderequiredContent to display inside the disclosure.
classNamestringundefinedCustom CSS classes for the disclosure container.
…aria propsAriaDisclosurePropsAll props from react-aria-components (e.g., isOpen, defaultOpen, onOpenChange).
Last updated on