2.1.0 • Published 2 years ago

svelte-input-auto-width v2.1.0

Weekly downloads
-
License
GNU GPL V3
Repository
github
Last release
2 years ago

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!"
/>
2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago