mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
docs progress
This commit is contained in:
7
website/src/lib/components/docs/DocsNote.svelte
Normal file
7
website/src/lib/components/docs/DocsNote.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
export let type: 'note' | 'warning' = 'note';
|
||||
</script>
|
||||
|
||||
<div class="bg-accent border-l-8 border-blue-500 p-2 text-sm rounded-md">
|
||||
<slot />
|
||||
</div>
|
Reference in New Issue
Block a user