diff --git a/src/components/Chip.astro b/src/components/Chip.astro new file mode 100644 index 0000000..004f040 --- /dev/null +++ b/src/components/Chip.astro @@ -0,0 +1,17 @@ +--- +const { + Text, + Color +} = Astro.props +--- + +

{Text}

+ + \ No newline at end of file