Skip to content

Recipes

A recipe is a pattern or strategy, not a code dump. Recipes explain how to think about a common need (forms, multi-step flows, modal patterns, data fetching).

The line:

  • Components — atoms. <Button>, <Dialog>.
  • Blocks — molecules. 30-90 lines of copy-pasteable code.
  • Recipesstrategies. “Here’s how to think about complex forms in helix-ui.”

Pick whichever level fits the problem you’re solving.

Catalog

RecipeAbout
Forms with react-hook-form + ZodThe canonical helix-ui form story.
Theme switching at runtimeWiring HelixUIDNAProvider to user preferences.
Multi-format exportsOne React tree, rendered to web, PPTX, DOCX.

More recipes (wizards, modals, loading states, optimistic UI, keyboard shortcuts, server actions) are planned — see the roadmap.