diff --git a/src/components/shortcodes/Callout.astro b/src/components/shortcodes/Callout.astro new file mode 100644 index 0000000..51d1cc6 --- /dev/null +++ b/src/components/shortcodes/Callout.astro @@ -0,0 +1,43 @@ +--- +const { icon, type = 'info'} = Astro.props; +--- +
+ {icon && {icon}} +
+ +
+
+ \ No newline at end of file