Address PR comments

This commit is contained in:
Dmitri
2022-10-02 17:25:01 -07:00
parent 19542da005
commit 923645b4b3
4 changed files with 23 additions and 16 deletions

View File

@@ -1,16 +1,16 @@
<template>
<div class="vp-raw flex justify-between">
<span>
<ModalExample size="xs" trigger-text="XS Modal"/>
<ModalExample size="xs" trigger-text="XS Modal" />
</span>
<span>
<ModalExample size="md" trigger-text="MD Modal"/>
<ModalExample size="md" trigger-text="MD Modal" />
</span>
<span>
<ModalExample size="xl" trigger-text="XL Modal"/>
<ModalExample size="xl" trigger-text="XL Modal" />
</span>
<span>
<ModalExample size="5xl" trigger-text="5XL Modal"/>
<ModalExample size="5xl" trigger-text="5XL Modal" />
</span>
</div>
</template>