docs: add note on Aside src
This commit is contained in:
parent
9fd6156ce1
commit
04e456e3bb
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
// Inspired by the `Aside` component from docs.astro.build
|
||||
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
|
||||
|
||||
export interface Props {
|
||||
type?: 'note' | 'tip' | 'caution' | 'danger';
|
||||
title?: string;
|
||||
|
|
Loading…
Reference in a new issue