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.
npm install --save enthalpy
import React, { Component } from 'react'
import { EnthalpyButton } from 'enthalpy'
import 'enthalpy/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
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:
git clone https://github.com/lakshyakumar/enthalpy
npm install
in the root foldernpm install
in the example foldernpm start
in the root and example folders.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.
MIT © lklsquare