* WIP Slider * Text Input component * Finalized * Finishing touches * remove styles * Fix sizes and colors * Fix text input being too restrictive * Fix enter being ignored * Fixed duplicate export
443 B
443 B
Text Inputs
<input
type="text"
placeholder="Text input"
/>
<div class="iconified-input">
<SearchIcon/>
<input
type="text"
placeholder="Text input"
/>
</div>