From 071634860e69e0039a3bd9b3074a66678322a7ef Mon Sep 17 00:00:00 2001 From: Rostislav Harlanov Date: Sun, 11 Jan 2026 22:23:45 +0100 Subject: [PATCH] docs: multistep form --- .../navigation/examples_navigation.tsx | 7 + .../stackblitz-preview/stackblitz-preview.tsx | 4 +- .../stackblitz-preview.types.ts | 1 + docs/src/routes/examples/index.tsx | 9 +- docs/src/routes/examples/multistep-form.tsx | 168 ++++++++++++++++++ 5 files changed, 185 insertions(+), 4 deletions(-) create mode 100644 docs/src/routes/examples/multistep-form.tsx diff --git a/docs/src/components/navigation/examples_navigation.tsx b/docs/src/components/navigation/examples_navigation.tsx index 35aa193..9629884 100644 --- a/docs/src/components/navigation/examples_navigation.tsx +++ b/docs/src/components/navigation/examples_navigation.tsx @@ -35,6 +35,13 @@ export const ExamplesNavigation = () => { Async Validation + + Multi-Step Form + + { - const { src, title, height = "450px", ...iframeProps } = props; + const { src, title, height = "450px", hideExplorer = true, ...iframeProps } = props; return (
{ }} >