styled raw & text input: include all props & add disabled
This commit is contained in:
@@ -150,12 +150,16 @@
|
||||
</div>
|
||||
|
||||
<div class="component">
|
||||
<p class="title">Styled Raw Input, Text Input</p>
|
||||
<p class="title">Styled Raw Input, Text Input, Disabled Input</p>
|
||||
|
||||
<InputGroup>
|
||||
<StyledRawInput placeholder="Type here..." class="basis-1/2" />
|
||||
<TextInput label="Write something here" placeholder="Enter text..." class="basis-1/2" />
|
||||
</InputGroup>
|
||||
|
||||
<InputGroup>
|
||||
<TextInput label="Disabled input" placeholder="You can't enter text" disabled />
|
||||
</InputGroup>
|
||||
</div>
|
||||
|
||||
<div class="component">
|
||||
|
||||
Reference in New Issue
Block a user