fluxtech-me / frontik

Frontend Development Libraries
https://frontik.js.org
MIT License
10 stars 0 forks source link

Textarea field #30

Open SergeyIsakhanyan opened 1 year ago

SergeyIsakhanyan commented 1 year ago

Description

SergeyIsakhanyan commented 1 year ago

Reusable TextAreaField:

// HTML textarea

<div>
  <label>Enter value : </label>
  <textarea rows={5} cols={5} />
</div>

Possible features which could be useful: