# {{name}} > {{description}} [![NPM](https://img.shields.io/npm/v/{{name}}.svg)](https://www.npmjs.com/package/{{name}}) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save {{name}} ``` ## Usage ```jsx import React, { Component } from 'react' import MyComponent from '{{name}}' class Example extends Component { render () { return ( ) } } ``` ## License {{license}} © [{{author}}](https://github.com/{{author}})