[![Build Status](https://travis-ci.org/<%= authorName %>/<%= appName %>.svg?branch=master)](https://travis-ci.org/<%= authorName %>/<%= appName %>) ![Badge size](https://badge-size.herokuapp.com/<%= authorName %>/<%= appName %>/master/dist/Main.min.js.svg) ![Badge gzip size](https://badge-size.herokuapp.com/<%= authorName %>/<%= appName %>/master/dist/Main.min.js.svg?compression=gzip)
[Live examples](https://<%= authorName %>.github.io/<%= appName %>)
$ npm install --save <%= appName %>
Remember to import the styles on css/main.css
folder to your project.
import <%= appNameCamel %> from '<%= appName %>';
...
render() {
return (
<<%=appNameCamel %> />
);
}
...
prop
(type) - descriptionprop
(type) - descriptionprop
(type) - description
We've developed this component using the following boilerplate: lyef-react-component.
To know more about the architecture or if you want to contribute with this component: [Contributing Documentation](https://github.com/<%= authorName %>/<%= appName %>/blob/master/CONTRIBUTING.md).
[MIT License](https://github.com/<%= authorName %>/<%= appName %>/blob/master/LICENSE.md) @ [<%= authorName %>](https://<%= authorName %>.github.io/)