[](https://travis-ci.org/<%= authorName %>/<%= appName %>)  
[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/)