We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8134066 commit da2df54Copy full SHA for da2df54
packages/docs/src/pages/components/forms.mdx
@@ -26,6 +26,7 @@ import {
26
onSubmit={e => e.preventDefault()}>
27
<Label htmlFor='username'>Username</Label>
28
<Input
29
+ name='username'
30
id='username'
31
mb={3}
32
/>
0 commit comments