From 64cd649cc9fa62b65cbe4efa4deffb5ebfdfb351 Mon Sep 17 00:00:00 2001 From: Sirawit Chanaburanasak Date: Sat, 7 Sep 2024 22:37:24 +0700 Subject: [PATCH 1/2] feat: shadow --- src/lib/components/Playground.svelte | 15 +++++++++++++++ src/styles/tailwind/shadow.ts | 6 ++++++ tailwind.config.js | 5 +++-- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 src/styles/tailwind/shadow.ts diff --git a/src/lib/components/Playground.svelte b/src/lib/components/Playground.svelte index 93bd9b8..7d87850 100644 --- a/src/lib/components/Playground.svelte +++ b/src/lib/components/Playground.svelte @@ -66,6 +66,21 @@ {/each} + +
+

Button Shadow

+ +
+ + +
+

Card Shadow (Hover)

+
+ Card with hover shadow +
+