We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5466432 + f9e4991 commit 12d4cf2Copy full SHA for 12d4cf2
apps/www/content/docs/registry/registry-json.mdx
@@ -84,4 +84,4 @@ The `items` in your registry. Each item must implement the [registry-item schema
84
}
85
```
86
87
-See the [registry-item schema documentation](/docs/registry/registry-item) for more information.
+See the [registry-item schema documentation](/docs/registry/registry-item-json) for more information.
apps/www/registry/registry-ui.ts
@@ -81,6 +81,7 @@ export const ui: Registry["items"] = [
81
{
82
name: "badge",
83
type: "registry:ui",
+ dependencies: ["@radix-ui/react-slot"],
files: [
path: "ui/badge.tsx",
0 commit comments