docs: add radio shape usage

This commit is contained in:
linrz
2019-12-29 21:21:24 +08:00
committed by neverland
parent f0815bc405
commit abdc38eeee
4 changed files with 42 additions and 0 deletions
+9
View File
@@ -51,6 +51,15 @@ export default {
</van-radio-group>
```
### Custom Shape
```html
<van-radio-group v-model="radio">
<van-radio name="1" shape="square">Radio 1</van-radio>
<van-radio name="2" shape="square">Radio 2</van-radio>
</van-radio-group>
```
### Custom Color
```html