Skip to content

Patterns

The Patterns section collects opinionated recipes for common UI flows that span multiple Flux components. Where the Components section documents each component in isolation, these recipes show how to wire them together for a real-world feature.

Each pattern is self-contained — copy the snippets into your project and adjust them to your needs.

Pattern
What it covers
A validated create/edit form using FluxForm, FluxFormField and an overlay.
A FluxDataTable driven by FluxFilter and server-side pagination.
A multi-step flow using FluxStepper.
When to use showAlert / showConfirm / showPrompt instead of an overlay.