Skip to content

๐Ÿš€ Auto-resizing React Textarea Component | TypeScript Support | Modern UI

TinTinWinata/react-textarea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Text Area

React-Text Area

The Textarea for React.

๐ŸŽ‰ React-Textarea allows you to add dynamic height text area!

Installation

$ npm install --save @tintinwinata/react-textarea
$ yarn add @tintinwinata/react-textarea

The gist

import React from "react";

import { TextArea } from "@tintinwinata/react-textarea";

function App() {
  return (
    <div>
      <TextArea />
    </div>
  );
}

Contribute

Show your โค๏ธ and support by giving a โญ. Any suggestions are welcome!

You can also find me on LinkedIn.

License

Licensed under MIT

Releases

No releases published

Packages

No packages published