diff --git a/src/components/Switch.astro b/src/components/Switch.astro new file mode 100644 index 0000000..2850465 --- /dev/null +++ b/src/components/Switch.astro @@ -0,0 +1,161 @@ +--- +const { inputID } = Astro.props; +--- + + + + \ No newline at end of file diff --git a/src/components/TabList.astro b/src/components/TabList.astro new file mode 100644 index 0000000..4ba200e --- /dev/null +++ b/src/components/TabList.astro @@ -0,0 +1,90 @@ +