Titled groupings for control panels.
Add this item from the registry, or import it from the package after installing Default File UI.
Registry path
itsvigneshv/default-file-ui/panel-sectionPackage import
import { PanelSection } from "@default-file/ui/components/df-panel-section"Titled group for control panels.
Motion
Titled grouping for control panels.
| Prop | Type | Default | Notes |
|---|---|---|---|
| title | string | — | Section heading (required). |
| children | ReactNode | — | Section body content (required). |
| className | string | — | Additional styles on the section shell. |