-
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 #5 from FriedRiceNoodles/pref/completeDoc
complete document
- Loading branch information
Showing
23 changed files
with
251 additions
and
18 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
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,6 +4,10 @@ group: 组件 | |
|
||
# Carousel 轮播图 | ||
|
||
``` | ||
<b-carousel> | Carousel | ||
``` | ||
|
||
## 介绍 | ||
|
||
可以用它来展示多张图片,或者其他内容。 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Checkbox 复选框 | ||
|
||
``` | ||
<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,6 +4,10 @@ group: 组件 | |
|
||
# Collapse 折叠面板 | ||
|
||
``` | ||
<b-collapse> | Collapse | ||
``` | ||
|
||
## 介绍 | ||
|
||
将复杂的内容放入折叠面板中,可保持页面的整洁。 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Countdown 倒计时 | ||
|
||
``` | ||
<b-countdown> | Countdown | ||
``` | ||
|
||
倒计时组件,支持自定义格式化和毫秒级精度. | ||
|
||
## 代码演示 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Divider 分割线 | ||
|
||
``` | ||
<b-divider> | Divider | ||
``` | ||
|
||
## 介绍 | ||
|
||
区隔内容的分割线。 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Dropdown 下拉菜单 | ||
|
||
``` | ||
<b-dropdown> | Dropdown | ||
``` | ||
|
||
## 介绍 | ||
|
||
一个用于收纳操作命令的容器。 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Input 输入框 | ||
|
||
``` | ||
<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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Marquee 跑马灯 | ||
|
||
``` | ||
<b-marquee> | Marquee | ||
``` | ||
|
||
适合用于展示公告、中奖信息之类的长文本。 | ||
|
||
## 代码演示 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Message 提示 | ||
|
||
``` | ||
<b-message> | Message | ||
``` | ||
|
||
全局的消息提示,常用于向用户反馈操作的结果或状态的变更. | ||
|
||
## 代码演示 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Modal 对话框 | ||
|
||
``` | ||
<b-modal> | Modal | ||
``` | ||
|
||
模态**对话框**,当然你也可以叫它**弹窗**。 | ||
|
||
## 代码演示 | ||
|
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,6 +4,10 @@ group: 组件 | |
|
||
# Overlay 遮罩层组件 | ||
|
||
``` | ||
<b-overlay> | Overlay | ||
``` | ||
|
||
## 介绍 | ||
|
||
这是一个遮罩层,可往其中放入子元素。 | ||
|
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,6 +4,10 @@ group: 组件 | |
|
||
# Popup 弹层 | ||
|
||
``` | ||
<b-popup> | Popup | ||
``` | ||
|
||
## 介绍 | ||
|
||
一个从屏幕边缘弹出的弹层。 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Progress 进度条 | ||
|
||
``` | ||
<b-progress> | Progress | ||
``` | ||
|
||
可用于展示操作的进度,或用于电商的活动场景。 | ||
|
||
## 代码演示 | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,10 @@ demo: | |
|
||
# Rating 评分 | ||
|
||
``` | ||
<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
Oops, something went wrong.