Skip to content

Commit 6046f7a

Browse files
authored
Add missing size value to README (#35)
1 parent 07d5c84 commit 6046f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Turnstile takes the following arguments:
8282
| tabIndex | number | - |
8383
| responseField | boolean | controls generation of `<input />` element |
8484
| responseFieldName | string | changes the name of `<input />` element |
85-
| size | string | one of "normal", "compact" |
85+
| size | string | one of "normal", "compact", "flexible" |
8686
| fixedSize | boolean | fix the size of the `<div />` to reduce layout shift |
8787
| retry | string | one of "auto", "never" |
8888
| retryInterval | number | interval of retries in ms |

0 commit comments

Comments
 (0)