mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 23:32:53 +01:00
feat: initial commit
(cherry picked from commit 44c4d7b9521fe449e61edc614446195861932f8c)
This commit is contained in:
6
src/components/BasicCard.astro
Normal file
6
src/components/BasicCard.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
---
|
||||
<div class="rounded-2xl drop-shadow-2xl bg-white">
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user