0.0.6 • Published 2 years ago

math-puzzle-components v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago