diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 45d74b0799..43adacd6d3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -52,6 +52,7 @@ "@plate": "https://platejs.org/r/{name}.json", "@prompt-kit": "https://prompt-kit.com/c/{name}.json", "@prosekit": "https://prosekit.dev/r/{name}.json", + "@phucbm": "https://ui.phucbm.com/r/{name}.json", "@react-bits": "https://reactbits.dev/r/{name}.json", "@react-market": "https://www.react-market.com/get/{name}.json", "@retroui": "https://retroui.dev/r/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d61e3f313c..d2bf298189 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -328,6 +328,13 @@ "description": "Powerful and flexible rich text editor for React, Vue, Preact, Svelte, and SolidJS.", "logo": "" }, + { + "name": "@phucbm", + "homepage": "https://ui.phucbm.com", + "url": "https://ui.phucbm.com/r/{name}.json", + "description": "A collection of modern React UI components with GSAP animations.", + "logo": "" + }, { "name": "@react-bits", "homepage": "https://reactbits.dev",