安装
npm install --save @jaredreisinger/react-crossword
# or #
yarn add @jaredreisinger/react-crossword
用法
另请参阅填字游戏的styleguidist文档。
import React from 'react' ;
import Crossword from '@jaredreisinger/react-crossword' ;
const data = {
/* ... puzzle data (see below) ... */
} ;
export default function MyPage ( ) {
return ;
}
线索/数据格式
为了使填字游戏尽可能容易地创建,并以最少的外来类型和样板键入,
1