Inset card section for grouping form fields, headings, actions, and submission feedback.
pnpm dlx shadcn@latest add https://matos-ui.com/r/form-section.jsonimport { FormSection } from "@/components/matos-ui/form-section"
<FormSection
title="Account details"
description="Information used to personalize your workspace."
footer={<Button type="submit">Continue</Button>}
>
<FormGrid>{fields}</FormGrid>
</FormSection>Use size="compact" for embedded panels or size="roomy" when the form is the page focus.
Install Matos UI
Choose a package manager and copy one command for every component.