npm.io
0.0.6 • Published 4 years ago

math-puzzle-components

Licence
MIT
Version
0.0.6
Deps
2
Size
203 kB
Vulns
0
Weekly
0

math-puzzle-components

React components using d3.js to create your own customized math puzzle.

NPM JavaScript Style Guide

Install

npm install --save math-puzzle-components

Usage

import React, { Component } from 'react'

import MyComponent from 'math-puzzle-components'
import 'math-puzzle-components/dist/index.css'

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

License

MIT mathedu4all