styled, raw input: improve error message control, add compact mode
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user