styled, raw input: improve error message control, add compact mode

This commit is contained in:
Elijah Duffy
2025-07-08 12:24:36 -07:00
parent 39ca78e837
commit 9d17fef232
3 changed files with 10 additions and 5 deletions

View File

@@ -160,7 +160,7 @@
</div>
<div class="component">
<p class="title">Styled Raw Input, Text Input, Disabled Input</p>
<p class="title">Styled Raw Input, Text Input, Disabled Input, Compact Input</p>
<InputGroup>
<StyledRawInput placeholder="Type here..." class="basis-1/2" />
@@ -169,6 +169,8 @@
<InputGroup>
<TextInput label="Disabled input" placeholder="You can't enter text" disabled />
<TextInput label="Compact Input" placeholder="Small input field" compact />
</InputGroup>
</div>