[Doc] new theme

This commit is contained in:
陈嘉涵
2019-05-15 20:53:04 +08:00
parent 3cae4288f2
commit d0f4169c86
130 changed files with 1460 additions and 1147 deletions
+7 -5
View File
@@ -1,4 +1,4 @@
## Skeleton
# Skeleton
### Install
@@ -8,21 +8,21 @@ import { Skeleton } from 'vant';
Vue.use(Skeleton);
```
### Usage
## Usage
#### Basic Usage
### Basic Usage
```html
<van-skeleton title :row="3" />
```
#### Show Avatar
### Show Avatar
```html
<van-skeleton title avatar :row="3" />
```
#### Show Children
### Show Children
```html
<van-skeleton
@@ -48,6 +48,8 @@ export default {
};
```
## API
### Props
| Attribute | Description | Type | Default |