文件名称:react-chessboardjs:受棋盘.js启发的React棋盘组件
文件大小:82KB
文件格式:ZIP
更新时间:2024-05-21 09:10:00
react chess chessboard JavaScript
react-chessboardjs 工作进行中。 使用风险自负。 如果您的网站上的留言板出现错误,则可能会发生。 最新版本,内部版本已被破坏。 忍受我。 yarn add react-chessboardjs 甲棋盘组件,用于React,通过激发 。 用法 所有道具都是可选的。 import React from 'react' import Chessboard from 'react-chessboardjs' const App = ( ) => ( < Chessboard blackSquareColour = "steelblue" // Default: '#b58863' dropOffBoard = { false } // If a piece is dragged off the board, remove it. Default: f
【文件预览】:
react-chessboardjs-master
----.eslintrc.json(328B)
----.gitignore(99B)
----.babelrc(464B)
----package.json(2KB)
----src()
--------components()
--------types.js(241B)
--------store.js(5KB)
--------fen.js(2KB)
--------index.js(7KB)
----rollup.config.js(1KB)
----README.md(3KB)
----yarn.lock(88KB)