An autoresizing textarea for svelte
npm install svelte-textarea-autoresizeAn autoresizing textarea component that adjusts it's height based on it's content.
Based on the wonderful andarist/react-textarea-autoresize.
``sh`
$ npm install svelte-textarea-autoresize
You can either use the component as is:
`html
`
or by using the exported autoresize function on your existing component like so:
`html
``