react-gamification

Library of components for make a gamificated React application

Usage no npm install needed!

<script type="module">
  import reactGamification from 'https://cdn.skypack.dev/react-gamification';
</script>

README

react-gamification

Library of components for make a gamificated React application

NPM JavaScript Style Guide

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