1.1.0 • Published 1 year ago

svelte-autosize v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

svelte-autosize

Svelte action to automatically adjust textarea height to match its contents.

Simply wraps autosize by Jack Moore in a Svelte action.

Install via NPM

npm install svelte-autosize

Usage

<script>
import autosize from 'svelte-autosize';
</script>

<textarea use:autosize></textarea>

License

MIT