文件名称:react-chessground:Chessground的React包装器
文件大小:10.4MB
文件格式:ZIP
更新时间:2024-05-18 17:46:01
react ui chess chessboard chessground
React国际象棋 react-chessground是真棒的react包装 安装 npm install --save react-chessground 例子 示例中提供了与随机对手玩游戏的 用法 import Chessground from 'react-chessground' import 'react-chessground/dist/styles/chessground.css' class Demo extends React . Component { render ( ) { return < Chessground> } } 特性 onMove函数当用户将棋子移到新位置时调用函数。 接收两个参数: from -字符串前一个正方形位置 to -字符串新方位置 randomMove函数当计算机将棋子移到新位置时调用函数。 包含两个对象: mov
【文件预览】:
react-chessground-master
----.gitignore(50B)
----package.json(1KB)
----src()
--------images()
--------index.js(43B)
--------chessground.js(2KB)
--------styles()
----gulpfile.js(1KB)
----LICENSE(34KB)
----chessground-examples()
----.gitmodules(119B)
----README.md(3KB)
----example()
--------with-nextjs()
--------demo()
--------with-gatsby()
----screenshot()
--------initial.png(264KB)
--------promotion.gif(4.14MB)
--------undo.gif(2.5MB)
--------reset.gif(2.02MB)
--------chess.png(39KB)
--------promotion.png(223KB)
--------chessground.png(367KB)
--------premove.png(266KB)
--------history.png(33KB)
----.npmignore(66B)
----yarn.lock(540KB)