The Textarea for React.
๐ React-Textarea allows you to add dynamic height text area!
$ npm install --save @tintinwinata/react-textarea
$ yarn add @tintinwinata/react-textarea
import React from "react";
import { TextArea } from "@tintinwinata/react-textarea";
function App() {
return (
<div>
<TextArea />
</div>
);
}Show your โค๏ธ and support by giving a โญ. Any suggestions are welcome!
You can also find me on LinkedIn.
Licensed under MIT
