Modrinth/docs/components/text-inputs.md
Adrian O.V ce38d4ff6b
Slider & Text Input (#12)
* 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
2023-03-06 15:26:10 -07:00

443 B

Text Inputs

<input
    type="text"
    placeholder="Text input"
/>
<div class="iconified-input">
  <SearchIcon/>
  <input
    type="text"
    placeholder="Text input"
  />
</div>