sudoku-react-component
v0.0.5
Published
ReactJS component
Readme
sudoku-react-component
Try it out here
https://mathiajusth.github.io/react_sudoku/
Install the package:
npm install sudoku-react-componentUse it in your react app:
import SudokuGame from 'sudoku-react-component';and render the component
<SudokuGame />