dashboard pattern
Create
Form for creating a new resource. Often Sheet/Modal for short creates, dedicated page for complex ones.
When to use it
"New {resource}" CTA from the list page.
- New resource in <60s
- Inline validation
- Continue-creating shortcut
Layout regions
- container
- form
- actions
States
- default
- loading
- success
- error
Example
<Sheet><SheetContent><SheetHeader><SheetTitle>New project</SheetTitle></SheetHeader><Form>...</Form></SheetContent></Sheet>The full Create pattern specifies 3 exact microcopy strings, 1 motion spec, 4 composition rules — all gated behind the full recipe. Get the full recipe.