@olasearch/textarea-elastic

1.0.2 • Public • Published

Elastic textarea

Automatically adjusts the height of the textarea as user types

Installation

React Autogrow Textarea can be installed as an npm package

yarn add @olasearch/textarea-elastic

Usage

import React from 'react';
import Textarea from '@olasearch/textarea-elastic';

let App = React.createClass({
  render() {
    return (
      <Textarea />
    );
  }
});

React.render(<App/>, document.getElementById('container'));

You can pass all props that can be used with default React textarea

License

This project is licensed under the terms of the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @olasearch/textarea-elastic

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • prasanna_
  • aswinsatish
  • ryac
  • shebin
  • heemesh
  • hanlynnls