-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from FriedRiceNoodles/docs/markdown
Updated documentations.
- Loading branch information
Showing
11 changed files
with
87 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Checkbox 复选框 | ||
# Checkbox 复选框 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-checkbox> | Checkbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Input 输入框 | ||
# Input 输入框 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-input> | Input | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Radio 单选框 | ||
# Radio 单选框 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-radio> | Radio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Rating 评分 | ||
# Rating 评分 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-rating> | Rating | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Select 选择器 | ||
# Select 选择器 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-select> | Select | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ demo: | |
cols: 2 | ||
--- | ||
|
||
# Stepper 数量选择器 | ||
# Stepper 数量选择器 <Badge>表单组件</Badge> | ||
|
||
``` | ||
<b-stepper> | Stepper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
group: 指南 | ||
order: 3 | ||
order: 5 | ||
--- | ||
|
||
# SSR(服务端渲染)支持 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
group: 指南 | ||
order: 3 | ||
--- | ||
|
||
# 进阶 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
group: 指南 | ||
order: 4 | ||
--- | ||
|
||
# React |