feat: Modal component improvements

This commit is contained in:
Ilya Artamonov
2022-10-07 17:21:54 +03:00
parent dc369d19c3
commit e0d08d6d52
6 changed files with 92 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="vp-raw flex justify-between">
<div class="vp-raw flex justify-start space-x-2">
<span>
<ModalExample size="xs" trigger-text="XS Modal" />
<ModalExample size="xs" trigger-text="SM Modal" />
</span>
<span>
<ModalExample size="md" trigger-text="MD Modal" />