From 1acf6fe565fa1e308b13c20e0d8c9b7977983046 Mon Sep 17 00:00:00 2001 From: Petra Leibner <12978423+pleibner@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:55:10 +0100 Subject: [PATCH] docs: Correct 'stacked' prop name and default value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362229e..8a2cc7a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ function HomePage() { | showLabels | `Boolean` | `false` | Shows labels with form inputs or only rely on `aria-label` | | hideName | `Boolean` | `false` | Hides the name input field | | newTab | `Boolean` | `false` | Determines if form should be processed in new tab or current | -| stack | `Boolean` | `true` | Determines if inputs are stacked or placed inline | +| stacked | `Boolean` | `false` | Determines if inputs are stacked or placed inline (Clare and Mills templates will stack inputs in smaller containers for responsiveness) | | hideWarnings | `Boolean` | `false` | Hide warnings that are shown due to misconfiguration | | backgroundImage | `String` | default on template | Use a different background image for your form | | backgroundOpacity | `Number` | 0.8 | Opacity here is the inverse of what is on the app which really measures transparency |