docs: change docs link in sheet component (#211)

This commit is contained in:
Björn 2023-12-17 08:57:45 +01:00 committed by GitHub
parent f82e4011e6
commit 96da2d8ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
--- ---
title: Sheet title: Sheet
description: Extends the Dialog component to display content that complements the main content of the screen. description: Extends the Dialog component to display content that complements the main content of the screen.
source: apps/www/src/lib/registry/default/ui/dialog source: apps/www/src/lib/registry/default/ui/sheet
primitive: https://www.radix-vue.com/components/dialog.html primitive: https://www.radix-vue.com/components/dialog.html
--- ---
@ -72,4 +72,4 @@ You can adjust the size of the sheet using CSS classes:
</SheetContent> </SheetContent>
</Sheet> </Sheet>
</template> </template>
``` ```