@4geit/rct-matrix-component 中文文档教程
@4geit/rct-matrix-component
渲染 convay 游戏板
Demo
的矩阵可以使用实时故事书查看组件的外观 @ http://react-packages.ws3.4ge.it
Installation
- A recommended way to install @4geit/rct-matrix-component is through npm package manager using the following command:
npm i @4geit/rct-matrix-component --save
或者使用 yarn
使用以下命令:
yarn add @4geit/rct-matrix-component
- Depending on where you want to use the component you will need to import the class
RctMatrixComponent
to your project JS file as follows:
import RctMatrixComponent from '@4geit/rct-matrix-component'
例如如果你想在你的 App.js
组件中使用这个组件,你可以在 JSX 代码中使用 RctMatrixComponent 组件,如下所示:
import React from 'react'
// ...
import RctMatrixComponent from '@4geit/rct-matrix-component'
// ...
const App = () => (
<div className="App">
<RctMatrixComponent/>
</div>
)
@4geit/rct-matrix-component
matrix to render the convay's game board
Demo
A live storybook is available to see how the component looks like @ http://react-packages.ws3.4ge.it
Installation
- A recommended way to install @4geit/rct-matrix-component is through npm package manager using the following command:
npm i @4geit/rct-matrix-component --save
Or use yarn
using the following command:
yarn add @4geit/rct-matrix-component
- Depending on where you want to use the component you will need to import the class
RctMatrixComponent
to your project JS file as follows:
import RctMatrixComponent from '@4geit/rct-matrix-component'
For instance if you want to use this component in your App.js
component, you can use the RctMatrixComponent component in the JSX code as follows:
import React from 'react'
// ...
import RctMatrixComponent from '@4geit/rct-matrix-component'
// ...
const App = () => (
<div className="App">
<RctMatrixComponent/>
</div>
)
更多
你可能也喜欢
- @0x-lerna-fork/collect-uncommitted 中文文档教程
- @10play/layout 中文文档教程
- @24hr/react-structured-data 中文文档教程
- @3scarecrow/number-chinese-transformer 中文文档教程
- @42.nl/ui-core-spinner 中文文档教程
- @4am-design/elements 中文文档教程
- @4players/odin-tokens 中文文档教程
- @8base/react-native-auth0-auth-client 中文文档教程
- @aantonio/yoda 中文文档教程
- @aarnila/react-instagram-embed 中文文档教程