We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619d4b3 commit 444752aCopy full SHA for 444752a
examples/with-markdoc/src/components/Aside.astro
@@ -1,4 +1,7 @@
1
---
2
+// Inspired by the `Aside` component from docs.astro.build
3
+// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
4
+
5
export interface Props {
6
type?: 'note' | 'tip' | 'caution' | 'danger';
7
title?: string;
0 commit comments