From b5976b99435a3a03204cac3f3a5274211eacc359 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Fri, 12 Jan 2024 00:05:22 -0600 Subject: [PATCH] Make the dropdown better, lose my sanity even more. --- src/components/Dropdown.astro | 15 ++++++++++++--- src/components/TabList.astro | 6 ++++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/components/Dropdown.astro b/src/components/Dropdown.astro index 29dc80c..4867327 100644 --- a/src/components/Dropdown.astro +++ b/src/components/Dropdown.astro @@ -1,14 +1,23 @@ --- // TODO: Add Props to make this component more dynamic!! + +const { buttonNameDefault, dropdownList } = Astro.props; ---