CRUK Textarea
This is an experimental component that makes textarea auto-resizeable. The styling and implementation was inspired by the CSS Tricks post by Chris Coyier.
Installation
Via npm
or download cruk-textarea.js
directly for use in your project.
npm install @hasancruk/cruk-textarea
Usage
If you've installed it via npm
, then you can import it into your project like this:
import "@hasancruk/cruk-textarea";