React 表格组件 Griddle
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://griddlegriddle.github.io/Griddle/next/
- 软件文档: https://griddlegriddle.github.io/Griddle/next/docs/
软件介绍
Griddle 是一款功能强大的 React 表格组件,其 npm 包是 griddle-react,安装方法:
npm install griddle-react@alpha
界面截图:
使用方法:
import React from 'react';
import Griddle from 'griddle-react';
var fakeData = [
{
"January": 35,
"February": 20,
"March": 27,
"April": 32,
"May": 23,
"June": 42
},
...
];
<Griddle data={fakeData}/>
Designing with Web Standards (2nd Edition)
Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99
Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!
