Skip to content

Commit

Permalink
Minor correction in documentation (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-ch authored Jul 3, 2023
1 parent dc1244d commit 7910969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/docs/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ User the size prop to change the input size. Choose one from 'sm:text-md' | 'tex
<Input id='default-input' placeholder="Default input" />
</div>
<div class='mb-6'>
<Label for='large-input' class='block mb-2'>Small input</Label>
<Input size="sm" placeholder="Small input" label="Small input"/>
<Label for='small-input' class='block mb-2'>Small input</Label>
<Input id='small-input' size="sm" placeholder="Small input" />
</div>
```

Expand Down

2 comments on commit 7910969

@vercel
Copy link

@vercel vercel bot commented on 7910969 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7910969 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.