Skip to content

jesseskinner/svelte-autosize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Svelte action to automatically adjust textarea height.

Resources

License

Stars

Watchers

Forks

Packages

No packages published