UNPKG

@react-chess-puzzle-fix/react-chess-puzzle

Version:

A lightweight, customizable React component library for rendering and interacting with chess puzzles.

12 lines (10 loc) 244 B
import { Root } from "./parts/Root"; import { PuzzleBoard } from "./parts/PuzzleBoard"; import { Reset } from "./parts/Reset"; import { Hint } from "./parts/Hint"; export const ChessPuzzle = { Root, Board: PuzzleBoard, Reset, Hint, };