0.0.6 • Published 3 years ago

math-puzzle-components v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago