Skip to content

hunghg255/reactjs-textarea-auto-resize

Repository files navigation

logo

A library handle textarea auto resize

NPM Version NPM Downloads Minizip Contributors License

Installation

NPM

To install the latest stable version:

pnpm install reactjs-textarea-auto-resize@latest

To run the development server:

npm run dev

Props

interface TextareaAutoResizeProps extends Omit<TextareaProps, 'style'> {
  maxRows?: number;
  minRows?: number;
  onHeightChange?: (height: number, meta: TextareaHeightChangeMeta) => void;
  cacheMeasurements?: boolean;
  style?: Style;
}

About

Buy Me A Coffee

Gia Hung – hung.hg

About

A library handle textarea auto resize

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published