enthalpy
v1.0.1
Published
React UI kit for Portfolios
Downloads
3
Readme
enthalpy
React UI kit for Portfolio
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:
- /src contains all the Enthalpy React components
- /example is our create-react-app based demo application
To setup and run a local copy:
- Clone this repo with
git clone https://github.com/lakshyakumar/enthalpy
- Run
npm install
in the root folder - Run
npm install
in the example folder - In separate terminal windows, run
npm start
in the root and example folders. - In separate terminal run
npm run styleguide
to get the styleguidist up and running onlocalhost: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