Commit 3d676d41 authored by 徐乐's avatar 徐乐

chore version

parent e74a2d58
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.3", "enzyme-to-json": "^3.4.3",
"eslint": "^7.2.0", "eslint": "^7.2.0",
"express": "^4.16.4",
"father-build": "^1.18.1", "father-build": "^1.18.1",
"gh-pages": "^3.1.0", "gh-pages": "^3.1.0",
"glob": "^7.1.6", "glob": "^7.1.6",
...@@ -65,7 +66,7 @@ ...@@ -65,7 +66,7 @@
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"jsdom": "^16.4.0", "jsdom": "^16.4.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"lerna": "^3.20.2", "lerna": "^3.22.1",
"lerna-changelog": "^1.0.1", "lerna-changelog": "^1.0.1",
"less-loader": "^6.0.0", "less-loader": "^6.0.0",
"lint-staged": "^10.0.2", "lint-staged": "^10.0.2",
...@@ -99,13 +100,12 @@ ...@@ -99,13 +100,12 @@
"umi-types": "^0.5.11", "umi-types": "^0.5.11",
"webpack-bundle-analyzer": "^3.6.0", "webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.5.0",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.24.3",
"write-pkg": "^4.0.0", "write-pkg": "^4.0.0",
"xhr-mock": "^2.5.1", "xhr-mock": "^2.5.1",
"yorkie": "^2.0.0", "yorkie": "^2.0.0"
"express": "^4.16.4",
"webpack-dev-middleware": "^3.5.0",
"webpack-hot-middleware": "^2.24.3"
}, },
"gitHooks": { "gitHooks": {
"pre-commit": "pretty-quick --staged", "pre-commit": "pretty-quick --staged",
......
# `@wisdom-components/table`
> TODO: description
## Usage
```
const table = require('@wisdom-components/table');
// TODO: DEMONSTRATE API
```
{
"name": "@wisdom-components/table",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xule <75514953@qq.com>",
"homepage": "",
"license": "ISC",
"main": "lib/table.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://g.civnet.cn:4873/"
},
"repository": {
"type": "git",
"url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
export default 'hello world 1234';
---
title: Table - 标准表格
nav:
title: 组件
path: /components
group:
path: /
---
# Table 标准表格
页内容器卡片,提供标准卡片样式,卡片切分以及栅格布局能力。
## 何时使用
- 需要一个标准卡片容纳内容时。
- 需要多个卡片栅格,gutter 布局时。
- 需要进行卡片内切分布局时。
- 需要卡片可折叠时。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment