@maximedruart/react-sudoku
v1.0.0
Published
react sudoku component with grids renewed daily
Downloads
1
Readme
@maximedruart/react-sudoku
react sudoku component with grids renewed daily
Install
npm install --save @maximedruart/react-sudoku
Usage
import React, { Component } from 'react'
import MyComponent from '@maximedruart/react-sudoku'
import '@maximedruart/react-sudoku/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © MaximeDruart