From d321d8366b597e46ff8e3fc63d17622a9297505c Mon Sep 17 00:00:00 2001 From: aFuzzyBear Date: Tue, 10 Aug 2021 01:24:25 +0100 Subject: Adds examples page --- docs/src/components/Examples/CardImage.astro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/src/components/Examples/CardImage.astro (limited to 'docs/src/components/Examples/CardImage.astro') diff --git a/docs/src/components/Examples/CardImage.astro b/docs/src/components/Examples/CardImage.astro new file mode 100644 index 000000000..d785b6ce8 --- /dev/null +++ b/docs/src/components/Examples/CardImage.astro @@ -0,0 +1,20 @@ +--- +import getHeroImg from './Functions/get-hero-img.js' +const getImg = await getHeroImg() || 'https://source.unsplash.com/600x300/?space,cosmos' +--- + + A Image of Space + + \ No newline at end of file -- cgit v1.2.3