Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Aug 23, 2016
1 parent 034af24 commit 174dcf1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[![Coverage Status](https://coveralls.io/repos/github/sm-react/react-smart-textarea/badge.svg?branch=master)](https://coveralls.io/github/sm-react/react-smart-textarea?branch=master)
[![GitHub version](https://badge.fury.io/gh/sm-react%2Freact-smart-textarea.svg)](https://badge.fury.io/gh/sm-react%2Freact-smart-textarea)
[![@airbnb](https://img.shields.io/badge/code%20style-Airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)
[![@UsulPro](https://img.shields.io/badge/github-UsulPro-blue.svg)](https://github.com/UsulPro)
[![@sm-react](https://img.shields.io/badge/github-smARTLight-red.svg)](https://github.com/sm-react)
[![Coverage Status](https://coveralls.io/repos/github/sm-react/react-smart-textarea/badge.svg?branch=master)](https://coveralls.io/github/sm-react/react-smart-textarea?branch=master)
[![codecov](https://codecov.io/gh/sm-react/react-smart-textarea/branch/master/graph/badge.svg)](https://codecov.io/gh/sm-react/react-smart-textarea)


# react-smart-textarea
easy to use, wrapped textarea component for ReactJS (autoheight, adjustable, responsive text input element) transparent access to textarea attributes and textarea style
React textarea: easy, transparent textarea component for ReactJS (autoheight, adjustable, responsive text input element) access to textarea attributes and textarea style

## Live demo
https://sm-react.github.io/react-smart-textarea/
https://sm-react.github.io/react-smart-textarea/

## Usage
import SmartTextarea from './SmartTextarea.jsx';

0 comments on commit 174dcf1

Please sign in to comment.