1.0.4 • Published 10 years ago

react-input-textarea v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Stylable React Input and Text Area

Have your React input and text area be styled, right down to the placeholder. Have them be styled inlined, without any external CSS.

Usage

Install react-input-textarea using npm:

npm install react-input-textarea

Then use it in your code like so:

var Input = require('react-input-textarea').Input;
var TextArea = require('react-input-textarea').TextArea;

var MyComponent = React.createClass({
  render: function () {
    return (
      <div>
        <Input />
        <TextArea />
      </div>
    );
  }
});

License

This is a fork of react-input-placeholder. react-input-textarea is MIT Licensed, and all copyrights belong to Enigma Technologies, Inc.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago