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
Sheet for short forms, full Card for complex
form
actions

States

default
Empty
loading
Creating
success
Created
error
Validation / server 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.

Related

Build the Create pattern in your project.