Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supun-io committed Dec 26, 2023
1 parent 6f53c2b commit 79b0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/[[slug]]/docs/TextInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
<h3 id="sizes">Sizes</h3>

<CodeBlock code={`
<TextInput placeholder="X-Small" size="x-small" />
<TextInput placeholder="Small" size="small" />
<TextInput placeholder="Medium (default)" />
<TextInput placeholder="Large" size="large" />
<TextInput placeholder="X-Small" size="x-small" />
`} />

<CodeResult>
<div class="sizes">
<TextInput placeholder="X-Small" size="x-small" />
<TextInput placeholder="Small" size="small" />
<TextInput placeholder="Medium (default)" />
<TextInput placeholder="Large" size="large" />
<TextInput placeholder="X-Small" size="x-small" />
</div>
</CodeResult>

Expand Down

0 comments on commit 79b0a89

Please sign in to comment.