UNPKG

svelte-autosize-input

Version:

Auto-width, auto-grow input component for Svelte. Dynamically adjusts input field width to grow or shrink with content. Includes customizable placeholders and constraints on minimum and maximum sizes.

5 lines (4 loc) 87 B
import Root from './AutosizeInput.svelte'; export { Root, // Root as AutosizeInput };