Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down