From 6c4753b5e14a50c617e326d97d270ff51156a183 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 15:23:08 +0200 Subject: initial docs --- docs/src/components/Showcase.astro | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/src/components/Showcase.astro (limited to 'docs/src/components') diff --git a/docs/src/components/Showcase.astro b/docs/src/components/Showcase.astro new file mode 100644 index 0000000..7eea178 --- /dev/null +++ b/docs/src/components/Showcase.astro @@ -0,0 +1,37 @@ +--- +interface Props { + src: string + author: string + url: string +} + +const { src, author, url } = Astro.props +--- + +
+ + {author} + +
+ Author: {author} +
+
+ + -- cgit v1.2.3