You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"@description An [Astro](https://astro.build) component that is used to render a Turnstile verification widget. This widget is used to verify that a user is human.",
37
-
`@param {"auto"|"light"|"dark"} theme - The theme for the widget. (default: "auto")`,
38
-
`@param {"normal"|"compact"|"flexible"} size - The size for the widget. (default: "normal")`,
39
-
`@param {string} margin - The margin for the widget element. (default: '0.5rem')`,
40
-
"@example",
41
-
"```tsx",
42
-
"---",
43
-
`import { TurnstileWidget } from '${name}:components';`,
"@description An [Astro](https://astro.build) component that is used to render a Turnstile verification form. This form includes a Turnstile verification widget and a submit button.",
57
-
"@slot default - Any unassigned content will be placed here.",
`@param {"auto"|"light"|"dark"} theme - The theme for the widget. (default: "auto")`,
62
-
`@param {"normal"|"compact"|"flexible"} size - The size for the widget. (default: "normal")`,
63
-
`@param {string} margin - The margin for the widget element. (default: '0.5rem')`,
64
-
`@param {"multipart/form-data"|"application/x-www-form-urlencoded"|"submit"} enctype - The form enctype. (default: 'application/x-www-form-urlencoded')`,
"@description An [Astro](https://astro.build) component that is used to render a Turnstile verification widget. This widget is used to verify that a user is human.",
35
+
`@param {"auto"|"light"|"dark"} theme - The theme for the widget. (default: "auto")`,
36
+
`@param {"normal"|"compact"|"flexible"} size - The size for the widget. (default: "normal")`,
37
+
`@param {string} margin - The margin for the widget element. (default: '0.5rem')`,
38
+
"@example",
39
+
"```tsx",
40
+
"---",
41
+
`import TurnstileWidget from '${name}:components/TurnstileWidget';`,
"@description An [Astro](https://astro.build) component that is used to render a Turnstile verification form. This form includes a Turnstile verification widget and a submit button.",
58
+
"@slot default - Any unassigned content will be placed here.",
`@param {"auto"|"light"|"dark"} theme - The theme for the widget. (default: "auto")`,
63
+
`@param {"normal"|"compact"|"flexible"} size - The size for the widget. (default: "normal")`,
64
+
`@param {string} margin - The margin for the widget element. (default: '0.5rem')`,
65
+
`@param {"multipart/form-data"|"application/x-www-form-urlencoded"|"submit"} enctype - The form enctype. (default: 'application/x-www-form-urlencoded')`,
0 commit comments