Skip to content

Recipes

Worked examples that combine Cynosure primitives and components into real UI patterns.

Worked examples that combine Cynosure primitives + components into real UI patterns. Each recipe is a copy-pasteable page with fully working code.

  1. Login form
  2. Dashboard layout
  3. Data table with filters
  4. Notification center
  5. Command palette
  6. Settings page
  7. Multi-step wizard

Add a new MDX file under packages/docs/src/content/docs/recipes/:

  • Give it a title and description in the frontmatter.
  • Write the recipe as a single code block with concise prose around it.
  • Prefer Cynosure primitives over raw HTML in your examples.
  • Verify the example compiles before submitting.