react-matrix:用 SVG 表示给定的矩阵

时间:2024-08-03 03:16:27
【文件属性】:

文件名称:react-matrix:用 SVG 表示给定的矩阵

文件大小:12KB

文件格式:ZIP

更新时间:2024-08-03 03:16:27

JavaScript

React矩阵 用于表示矩阵的React组件。 例子 React . createClass ( { getInitialState : function ( ) { return { matrix : [ [ 0 , 0 , 0 , 0 , 0 ] , [ 0 , 1 , 0 , 1 , 0 ] , [ 0 , 1 , 1 , 1 , 0 ] , [ 0 , 0 , 1 , 0 , 0 ] , [ 0 , 0 , 0 , 0 , 0 ] , ] } } , render : function ( ) { return ( < Matrix squareSize = { 20 } matrix = { this . state . mat


【文件预览】:
react-matrix-master
----.travis.yml(38B)
----package.json(1KB)
----test()
--------test-Matrix.jsx(2KB)
--------test-utils.js(820B)
----LICENSE(1KB)
----dist()
--------react-matrix.js(4KB)
----src()
--------Svg.jsx(473B)
--------Row.jsx(1022B)
--------Matrix.jsx(907B)
--------Cell.jsx(886B)
--------cx.js(316B)
--------Grid.jsx(655B)
----examples()
--------index.jsx(1KB)
--------index.html(504B)
--------matrix.scss(530B)
--------index.css(253B)
----.gitignore(33B)
----webpack.config.js(1KB)
----README.md(503B)
----utils()
--------jsx-transform.js(223B)
--------scale.js(271B)
----bower.json(290B)
----.editorconfig(166B)

网友评论