Commit 02dea25f authored by 李纪文's avatar 李纪文

@wisdom-components/tableDemo

parent d32094a3
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://g.civnet.cn:8443/test/wisdom-components/compare/@wisdom-components/pro-list@1.0.1...@wisdom-components/pro-list@1.1.0) (2020-10-29)
### Features
- add list ([26122d0](https://g.civnet.cn:8443/test/wisdom-components/commits/26122d06c571c7c763f1ee89ad77d7aaf262198c))
## 1.0.1 (2020-10-26)
**Note:** Version bump only for package @wisdom-components/pro-list
# `@wisdom-components/tableDemo`
> TODO: description
## Usage
```
const tableDemo = require('@wisdom-components/tableDemo');
// TODO: DEMONSTRATE API
```
{
"name": "@wisdom-components/tabledemo",
"version": "1.0.0",
"description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>",
"homepage": "",
"license": "ISC",
"main": "src/index.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"
}
}
'use strict';
module.exports = tableDemo;
function tableDemo() {
// TODO
}
---
title: ProCard - 标准表格
nav:
title: 组件
path: /components
group:
path: /
---
# ProCard 标准卡片
页内容器卡片,提供标准卡片样式,卡片切分以及栅格布局能力。
## 何时使用
- 需要一个标准卡片容纳内容时。
- 需要多个卡片栅格,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