docs: add further description for dialog size and dimension variants

This commit is contained in:
Justineo
2020-12-03 10:38:42 +08:00
parent facb9c8190
commit f1047cb855
3 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
## Demos
### Sizes and fullscreen
Available size/dimension variants for the `ui` prop: `s`/`m`/`narrow`/`medium`/`wide`/`auto`.
[[ demo src="/demo/dialog/size.vue" ]]
### Modal and non-modal
[[ demo src="/demo/dialog/modal.vue" ]]