lakshyakumar / enthalpy

React UI kit for complete portfolios
4 stars 3 forks source link

enthalpy

React UI kit for Portfolio

NPM JavaScript Style Guide

Check out the latest progress and get involved on this branch, or add your thoughts and requests to this issue.

Install

npm install --save enthalpy

Usage

import React, { Component } from 'react'

import { EnthalpyButton } from 'enthalpy'
import 'enthalpy/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Contributing

There are plenty of opportunities to get involved. Pick an outstanding task, let us know what you are working on and fire away with any questions.

The package is made up of 2 main folders:

To setup and run a local copy:

  1. Clone this repo with git clone https://github.com/lakshyakumar/enthalpy
  2. Run npm install in the root folder
  3. Run npm install in the example folder
  4. In separate terminal windows, run npm start in the root and example folders.
  5. In separate terminal run npm run styleguide to get the styleguidist up and running on localhost:6060

You should now be up and running with live browser reloading of the example website while you work on Enthalpy React components in the /src folder.

When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.

License

MIT © lklsquare