add InputGroup component
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import Combobox from '$lib/Combobox.svelte';
|
||||
import Dateinput from '$lib/Dateinput.svelte';
|
||||
import FramelessButton from '$lib/FramelessButton.svelte';
|
||||
import InputGroup from '$lib/InputGroup.svelte';
|
||||
import Link from '$lib/Link.svelte';
|
||||
import PhoneInput from '$lib/PhoneInput.svelte';
|
||||
import PinInput from '$lib/PinInput.svelte';
|
||||
@@ -117,8 +118,10 @@
|
||||
<div class="component">
|
||||
<p class="title">Styled Raw Input, Text Input</p>
|
||||
|
||||
<StyledRawInput placeholder="Type here..." />
|
||||
<TextInput label="Write something here" placeholder="Enter text..." />
|
||||
<InputGroup>
|
||||
<StyledRawInput placeholder="Type here..." class="basis-1/2" />
|
||||
<TextInput label="Write something here" placeholder="Enter text..." class="basis-1/2" />
|
||||
</InputGroup>
|
||||
</div>
|
||||
|
||||
<div class="component">
|
||||
|
||||
Reference in New Issue
Block a user