Skip to Content
ComponentsCollapsibleSection

CollapsibleSection

The CollapsibleSection component is an animated expandable section with smooth height transitions and rotating chevron.

CollapsibleSection

Usage

<CollapsibleSection title="Frequently Asked Questions"> <Text>Your expandable content goes here...</Text> </CollapsibleSection>

Import

import CollapsibleSection from "../components/CollapsibleSection";

Props

  • title (string, Required): Header title for the collapsible section.
  • children (React.Node, Required): Content to display when expanded.