@tintinwinata/react-textarea
v1.0.25
Published
React Textarea Component for React.js
Downloads
144
Readme
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