diff --git a/src/components/Dropdown.astro b/src/components/Dropdown.astro new file mode 100644 index 0000000..e9052af --- /dev/null +++ b/src/components/Dropdown.astro @@ -0,0 +1,23 @@ +--- +const { Name, OnClick } = Astro.props +--- + +
+ {Name} + +
+ + \ No newline at end of file