feat(AlertDialog): create component (#26)

This commit is contained in:
Sylvain Marroufin
2022-01-21 14:40:48 +01:00
committed by GitHub
parent 06cd63d954
commit 71371ac34e
6 changed files with 133 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<TransitionRoot :show="isOpen" as="template">
<Dialog @close="setIsOpen">
<div class="fixed z-10 inset-0 overflow-y-auto">
<div class="fixed z-20 inset-0 overflow-y-auto">
<div class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
<TransitionChild
as="template"