Modal Component & Custom UI Components (#4908)

This commit is contained in:
Jin Yi
2025-08-19 11:56:17 +09:00
committed by GitHub
parent 7a1a2dd654
commit 727a3494e0
33 changed files with 884 additions and 130 deletions

View File

@@ -0,0 +1,7 @@
<template>
<div
class="flex justify-center items-center flex-shrink-0 outline-none border-none p-0 bg-white text-neutral-950 dark-theme:bg-zinc-700 dark-theme:text-white rounded-lg cursor-pointer"
>
<slot></slot>
</div>
</template>