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; ---