Skip to content

Commit 174dcf1

Browse files
committed
upd
1 parent 034af24 commit 174dcf1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
[![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)
21
[![GitHub version](https://badge.fury.io/gh/sm-react%2Freact-smart-textarea.svg)](https://badge.fury.io/gh/sm-react%2Freact-smart-textarea)
2+
[![@airbnb](https://img.shields.io/badge/code%20style-Airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)
3+
[![@UsulPro](https://img.shields.io/badge/github-UsulPro-blue.svg)](https://github.com/UsulPro)
4+
[![@sm-react](https://img.shields.io/badge/github-smARTLight-red.svg)](https://github.com/sm-react)
5+
[![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)
36
[![codecov](https://codecov.io/gh/sm-react/react-smart-textarea/branch/master/graph/badge.svg)](https://codecov.io/gh/sm-react/react-smart-textarea)
47

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

911
## Live demo
10-
https://sm-react.github.io/react-smart-textarea/
12+
https://sm-react.github.io/react-smart-textarea/
13+
14+
## Usage
15+
import SmartTextarea from './SmartTextarea.jsx';

0 commit comments

Comments
 (0)