Skip to content

This is a template to be used on lyef CLI and Slush only.

License

Notifications You must be signed in to change notification settings

lyef/lyef-react-template

Repository files navigation

<%= appNameHumanized %>

[![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)

Demo

[Live examples](https://<%= authorName %>.github.io/<%= appName %>)

Installation

$ npm install --save <%= appName %>

Remember to import the styles on css/main.css folder to your project.

Basic Usage

import <%= appNameCamel %> from '<%= appName %>';

...
render() {
    return (
        <<%=appNameCamel %> />
    );
}
...

Props

  • prop (type) - description
  • prop (type) - description
  • prop (type) - description

Architecture

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).

License

[MIT License](https://github.com/<%= authorName %>/<%= appName %>/blob/master/LICENSE.md) @ [<%= authorName %>](https://<%= authorName %>.github.io/)

About

This is a template to be used on lyef CLI and Slush only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published