diff --git a/README.md b/README.md index 2089aa6..9fcfe0e 100644 --- a/README.md +++ b/README.md @@ -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/ \ No newline at end of file +https://sm-react.github.io/react-smart-textarea/ + +## Usage +import SmartTextarea from './SmartTextarea.jsx'; \ No newline at end of file