Components and Presets

Registry-backed component names and presets supported by the Lattice CLI.

On this page

This page is rendered from the checked-in lattice snapshot, which is generated by docs:sync:lattice from the CLI registry on lattice-ui/main.

Presets

Install by Preset

Global CLI

lattice add --preset overlay
lattice add --preset form

Monorepo Local Script

pnpm lattice add --preset overlay
pnpm lattice add --preset form

Install by Explicit Component Names

Supported component names:

  • accordion
  • avatar
  • checkbox
  • combobox
  • core
  • dialog
  • focus
  • layer
  • menu
  • motion
  • popover
  • popper
  • progress
  • radio-group
  • scroll-area
  • select
  • slider
  • style
  • switch
  • system
  • tabs
  • text-field
  • textarea
  • toast
  • toggle-group
  • tooltip

Registry Sync Checklist

  1. Run pnpm docs:sync:lattice after registry/package-surface changes.
  2. Run pnpm docs:check:lattice in verification to catch drift.
  3. Rebuild docs and validate /cli/components-and-presets/ renders correctly.