README
react-gamification
Library of components for make a gamificated React application
Install
npm install --save react-gamification
Usage
import * as React from 'react'
import MyComponent from 'react-gamification'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © alexile