We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f572b5 commit 85747a0Copy full SHA for 85747a0
apps/starlight/src/content/docs/solid/components/control/input.mdx
@@ -12,17 +12,17 @@ import { Interactive } from '@src/components/interactive';
12
argDefinitions={{
13
label: {
14
type: 'string',
15
- options: ["Username", "Email", "Password"]
+ options: ['Username', 'Email', 'Password'],
16
},
17
type: {
18
19
options: Object.values(InputType),
20
- default: "text"
+ default: 'text',
21
22
variant: {
23
24
options: ['contained', 'outlined'],
25
- default: "contained"
+ default: 'contained',
26
27
icon: {
28
0 commit comments