Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
18f6ab61
Commit
18f6ab61
authored
Jan 08, 2021
by
张苗苗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore version
parent
e74a2d58
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
0 deletions
+58
-0
README.md
packages/zmm_test/README.md
+11
-0
package.json
packages/zmm_test/package.json
+26
-0
index.js
packages/zmm_test/src/index.js
+2
-0
zmm_test.md
packages/zmm_test/src/zmm_test.md
+19
-0
No files found.
packages/zmm_test/README.md
0 → 100644
View file @
18f6ab61
# `@wisdom-components/zmm_test`
> TODO: description
## Usage
```
const zmmTest = require('@wisdom-components/zmm_test');
// TODO: DEMONSTRATE API
```
packages/zmm_test/package.json
0 → 100644
View file @
18f6ab61
{
"name"
:
"@wisdom-components/zmm_test"
,
"version"
:
"1.0.0"
,
"description"
:
"> TODO: description"
,
"author"
:
"zhangmiaomiao <2503464365@qq.com>"
,
"homepage"
:
""
,
"license"
:
"ISC"
,
"main"
:
"lib/zmm_test.js"
,
"directories"
:
{
"lib"
:
"lib"
,
"test"
:
"__tests__"
},
"files"
:
[
"lib"
],
"publishConfig"
:
{
"registry"
:
"https://registry.npm.taobao.org/"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: run tests from root
\"
&& exit 1"
}
}
packages/zmm_test/src/index.js
0 → 100644
View file @
18f6ab61
export
default
'hello world 1234'
;
\ No newline at end of file
packages/zmm_test/src/zmm_test.md
0 → 100644
View file @
18f6ab61
---
title
:
ProCard - 标准测试
nav
:
title
:
组件
path
:
/components
group
:
path
:
/
---
# ProCard 标准卡片
页内容器卡片,提供标准卡片样式,卡片切分以及栅格布局能力。
## 何时使用
-
需要一个标准卡片容纳内容时。
-
需要多个卡片栅格,gutter 布局时。
-
需要进行卡片内切分布局时。
-
需要卡片可折叠时。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment