Command Menu

Search documentation, components, and switch theme.

Fragments

App Card

A card layout for app sections with optional icon, header action, separator, and footer.

Formance
Docs

A card layout for app sections with optional icon, header action, separator, and footer. Built on top of the Card, Button, and Typography atoms.

For empty states, see AppCardEmpty.

With separator#

Use withSeparator to draw a thin divider between the header and the content.

Pass a CardFooter to the footer prop for informative or destructive callouts below the content.

With empty state#

Render AppCardEmpty as the content when there is no data — typical for list pages before the first record exists.

With data table#

Wrap a DataTable to scope a section's listing inside its own card with title and actions.