# Stretchy
Form element autosizing, the way it should be!
# Features
- **Handles multiple types of form controls** Textareas? Inputs? Select menus? You name it!
- **Tiny footprint** [Less than 1.5KB](https://bundlephobia.com/package/stretchy) minified and gzipped!
- **Automatically accounts for newly added controls** via mutation observers
- **Restrict form controls by a selector** …or don’t and autosize all your form controls!
- **Completely standalone** no jQuery or other dependencies
- **Plays well with existing HTML/CSS** Follows placeholders, styling, `min/max-width/height` constraints, transitions
- **No JS knowledge required** Everything can be configured just via HTML!
- **[Works in all modern browsers](#browser-support)** ([v1 even works in old browsers](#v1-browser-support-notes))
- **Written in ESM** Available in ESM, CJS, and good ol' globals
- **Works in Shadow DOM** Use it in your web components!
# Usage
## Good ol’ `