From e6c35cb90f01149928baaa6959f5e1744efbb9b2 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Oct 2024 20:38:44 -0300 Subject: Added hover effects to Showcases --- docs/showcases/Showcase.vue | 80 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 64 insertions(+), 16 deletions(-) (limited to 'docs/showcases/Showcase.vue') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index a5a1e01..f790fbf 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -2,37 +2,85 @@ const props = defineProps({ src: { type: String, required: true }, label: { type: String, required: true }, - url: { type: String, required: true } + url: { type: String, required: true }, + icon: { type: String, required: false }, }); -- cgit v1.2.3