Layout
Frame
A framed container for grouping related information.
Section header
Brief description about the section
Section title
Section description
Installation
Usage
import {
Frame,
FrameDescription,
FrameFooter,
FrameHeader,
FramePanel,
FrameTitle,
} from "@/components/ui/frame";<Frame>
<FrameHeader>
<FrameTitle>Title</FrameTitle>
<FrameDescription>Description</FrameDescription>
</FrameHeader>
<FramePanel>Content</FramePanel>
<FrameFooter>Footer</FrameFooter>
</Frame>Examples
Frame within collapsible
Separated Panels
By default, multiple panels are separated with spacing between them.
Section header
Brief description about the section
Separated panel
Section description
Separated panel
Section description
Stacked Panels
Use the stackedPanels prop to stack multiple panels together without gaps.
Section header
Brief description about the section
Stacked panel
Section description
Stacked panel
Section description