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
02c6d4a8
Commit
02c6d4a8
authored
Jan 08, 2021
by
yutian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增
parent
5301b803
Pipeline
#21999
failed with stages
in 1 minute 25 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
64 deletions
+0
-64
CHANGELOG.md
packages/test_yt/CHANGELOG.md
+0
-7
README.md
packages/test_yt/README.md
+0
-11
package.json
packages/test_yt/package.json
+0
-26
card.md
packages/test_yt/src/card.md
+0
-19
index.js
packages/test_yt/src/index.js
+0
-1
No files found.
packages/test_yt/CHANGELOG.md
deleted
100644 → 0
View file @
5301b803
# Change Log
All notable changes to this project will be documented in this file. See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## 1.0.1 (2021-01-08)
**Note:**
Version bump only for package @winsdom-components/test_yt
packages/test_yt/README.md
deleted
100644 → 0
View file @
5301b803
# `@winsdom-components/test_yt`
> TODO: description
## Usage
```
const testYt = require('@winsdom-components/test_yt');
// TODO: DEMONSTRATE API
```
packages/test_yt/package.json
deleted
100644 → 0
View file @
5301b803
{
"name"
:
"@winsdom-components/test_yt"
,
"version"
:
"1.0.1"
,
"description"
:
"> TODO: description"
,
"author"
:
"yutian <1032118223@qq.com>"
,
"homepage"
:
""
,
"license"
:
"ISC"
,
"main"
:
"lib/test_yt.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"
}
}
packages/test_yt/src/card.md
deleted
100644 → 0
View file @
5301b803
---
title
:
ProCard - 模态修改
nav
:
title
:
组件
path
:
/components
group
:
path
:
/
---
# ProCard 标准卡片
页内容器卡片,提供标准卡片样式,卡片切分以及栅格布局能力。
## 何时使用
-
需要一个标准卡片容纳内容时。
-
需要多个卡片栅格,gutter 布局时。
-
需要进行卡片内切分布局时。
-
需要卡片可折叠时。
packages/test_yt/src/index.js
deleted
100644 → 0
View file @
5301b803
export
default
'hello world 1234'
;
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