From 70afde8358cfa21bf1668eefdd17acf66d1f630a Mon Sep 17 00:00:00 2001 From: Utkarsh Singhal Date: Thu, 2 Jul 2026 17:28:38 +0530 Subject: [PATCH] feat(registry): add @vue-bits and @svelte-bits to the registry directory (#11066) --- apps/v4/registry/directory.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index c72576ef7b..40b70585ea 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1589,5 +1589,19 @@ "url": "https://uiable.com/r/{name}.json", "description": "Free, open-source UI component library built with Next.js, React 19, Tailwind CSS v4, and shadcn/ui — beautifully designed components you can copy, customize, and make your own.", "logo": "" + }, + { + "name": "@vue-bits", + "homepage": "https://vue-bits.dev", + "url": "https://vue-bits.dev/r/{name}.json", + "description": "An open source collection of high quality, animated, interactive & fully customizable Vue components for building stunning, memorable user interfaces.", + "logo": "" + }, + { + "name": "@svelte-bits", + "homepage": "https://sveltebits.xyz", + "url": "https://sveltebits.xyz/r/{name}.json", + "description": "An open source collection of high quality, animated, interactive & fully customizable Svelte components for building stunning, memorable user interfaces.", + "logo": "" } ]