Skip to content

Frame

Bordered box for grouping related content.

Section header
Brief description about the section

Section title

Section description

Footer

Installation

Anatomy

Usage

Title & Description

FrameHeader supports two usage patterns:

Using props

Pass title and description props directly to FrameHeader.

This approach does not require FrameTitle or FrameDescription components.

Using components

Use FrameTitle and FrameDescription as children for more control.

Examples

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

API Reference

Frame

Main container for grouping related content into panels.

FramePanel

A single panel with optional header and footer.

FrameHeader

Header area for the panel. Often contains title and description.

FrameTitle

Panel title or heading.

FrameDescription

Panel description or subtitle.

FrameFooter

Footer area for the panel. Often contains actions.