Skip to content

sc00/svelte-input-auto-width

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-input-auto-width

A svelte action that automatically resizes input fields based on their value.

Install

$ npm install svelte-input-auto-width

Usage

<script>
  import { autoWidth } from 'svelte-input-auto-width';
</script>

<input
  use:autoWidth
  type="text"
  placeholder="Type and watch me resize!"
/>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published