Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 765 Bytes

File metadata and controls

40 lines (26 loc) · 765 Bytes

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