From c29329b0b0add24670ba2e5893c0cccf5fc9a31a Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Sun, 25 Feb 2024 00:32:41 +0330 Subject: [PATCH] chore: update manual tab --- apps/www/src/content/docs/components/resizable.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/www/src/content/docs/components/resizable.md b/apps/www/src/content/docs/components/resizable.md index a5a3e073..bfed171f 100644 --- a/apps/www/src/content/docs/components/resizable.md +++ b/apps/www/src/content/docs/components/resizable.md @@ -29,6 +29,18 @@ npm install radix-vue ### Copy and paste the following code into your project: +`index.ts` + +<<< @/lib/registry/default/ui/resizable/index.ts + +`ResizablePanelGroup.vue` + +<<< @/lib/registry/default/ui/resizable/ResizablePanelGroup.vue + +`ResizableHandle.vue` + +<<< @/lib/registry/default/ui/resizable/ResizableHandle.vue +