安装 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 ; } 线索/数据格式 为了使填字游戏尽可能容易地创建,并以最少的外来类型和样板键入,
2021-05-12 10:03:14 992KB react library puzzle crossword
1
TGP React组件 安装 这些第三方是必需的 引导程序4 材质设计图标字体( ) Google Fonts Roboto重量300,400,500,700 index.html <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/mate
2021-02-04 13:10:53 243KB react webpack react-library rollup
1