feat: update docs

This commit is contained in:
Justineo
2020-09-22 11:06:13 +08:00
parent d64014f3b4
commit 468f6995c3
32 changed files with 1032 additions and 548 deletions

View File

@@ -4,7 +4,7 @@
### Stylistic variants
Available style variants for the `ui` prop: `primary`/`strong`.
Available style variants for the `ui` prop: `primary`/`strong`/`basic`.
[[ demo src="/demo/button-group/style.vue" ]]
@@ -44,6 +44,7 @@ Style variants. A space-separated list of enum values.
| -- | -- |
| `primary` | Primary buttons. |
| `strong` | Strong buttons. |
| `basic` | Basic buttons. |
| `xs` | Extra small. |
| `s` | Small. |
| `m` | Medium. |