docs(Checkbox): add custom shape demo (#4642)

This commit is contained in:
neverland
2019-10-01 04:59:25 +08:00
committed by GitHub
parent 9d7fed4834
commit 1926d3ad09
8 changed files with 55 additions and 69 deletions
+6
View File
@@ -33,6 +33,12 @@ export default {
<van-checkbox v-model="checked" disabled>Checkbox</van-checkbox>
```
### Custom Shape
```html
<van-checkbox v-model="checked" shape="square">Checkbox</van-checkbox>
```
### Custom Color
```html