Recipes
Worked examples that combine Cynosure primitives and components into real UI patterns.
Recipes
Section titled “Recipes”Worked examples that combine Cynosure primitives + components into real UI patterns. Each recipe is a copy-pasteable page with fully working code.
Priority recipes (ship v1)
Section titled “Priority recipes (ship v1)”- Login form
- Dashboard layout
- Data table with filters
- Notification center
- Command palette
- Settings page
- Multi-step wizard
Contributing a recipe
Section titled “Contributing a recipe”Add a new MDX file under packages/docs/src/content/docs/recipes/:
- Give it a
titleanddescriptionin 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.