From 967732b23b2a8d0b726e75a569668ff7a7a5518d Mon Sep 17 00:00:00 2001 From: zernonia Date: Thu, 24 Oct 2024 17:49:37 +0200 Subject: [PATCH] docs: update sidebar demo --- .../src/content/docs/components/sidebar.md | 73 +------------------ 1 file changed, 3 insertions(+), 70 deletions(-) diff --git a/apps/www/src/content/docs/components/sidebar.md b/apps/www/src/content/docs/components/sidebar.md index 15efbb08..6f4f8820 100644 --- a/apps/www/src/content/docs/components/sidebar.md +++ b/apps/www/src/content/docs/components/sidebar.md @@ -1,73 +1,6 @@ --- -title: Sheet -description: Extends the Dialog component to display content that complements the main content of the screen. -source: apps/www/src/lib/registry/default/ui/sheet -primitive: https://www.radix-vue.com/components/dialog.html +title: Sidebar +description: A composable, themeable and customizable sidebar component. --- - - -## Installation - -```bash -npx shadcn-vue@latest add sheet -``` - -## Usage - -```vue - - - -``` - -## Examples - -### Side - -Use the `side` property to `` to indicate the edge of the screen where the component will appear. The values can be `top`, `right`, `bottom` or `left`. - - - -### Size - -You can adjust the size of the sheet using CSS classes: - -```vue:line-numbers {4} - -``` +