Skip to content

Commit 19634b5

Browse files
committed
add docs
1 parent 3f546db commit 19634b5

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed

docs/AnyHeader.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AnyHeader
2+
3+
## 查看属性
4+
5+
- [`primaryColor`](AnyHeader.md#primarycolor)
6+
7+
8+
# 文档
9+
10+
## Props
11+
12+
### `primaryColor`
13+
14+
刷新组件Header的主调色
15+
16+
| Type | Required |
17+
| ---- | -------- |
18+
| string | No |

docs/DefaultHeader.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# DefaultHeader/ClassicsHeader
2+
3+
## 查看属性
4+
5+
- [`primaryColor`](DefaultHeader.md#primarycolor)
6+
- [`accentColor`](DefaultHeader.md#accentcolor)
7+
8+
9+
# 文档
10+
11+
## Props
12+
13+
### `primaryColor`
14+
15+
刷新组件Header的主调色
16+
17+
| Type | Required |
18+
| ---- | -------- |
19+
| string | No |
20+
21+
---
22+
23+
### `accentColor`
24+
25+
刷新组件Header的强调色
26+
27+
| Type | Required |
28+
| ---- | -------- |
29+
| string | No |

docs/StoreHouse.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# StoreHouseHeader
2+
3+
## 查看属性
4+
5+
- [`text`](StoreHouse.md#text)
6+
- [`textColor`](StoreHouse.md#textcolor)
7+
- [`lineWitdh`](StoreHouse.md#linewidth)
8+
9+
10+
# 文档
11+
12+
## Props
13+
14+
### `text`
15+
16+
StoreHouseHeader的文字
17+
18+
| Type | Required |
19+
| ---- | -------- |
20+
| string | No |
21+
22+
---
23+
24+
### `textColor`
25+
26+
StoreHouseHeader的文字颜色
27+
28+
| Type | Required |
29+
| ---- | -------- |
30+
| string | No |
31+
32+
---
33+
34+
### `lineWidth`
35+
36+
StoreHouseHeader的文字线宽
37+
38+
| Type | Required |
39+
| ---- | -------- |
40+
| number | No |

0 commit comments

Comments
 (0)