Merge branch 'main' of github.com:shadcn-ui/ui

This commit is contained in:
shadcn
2025-03-06 09:46:06 +04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -84,4 +84,4 @@ The `items` in your registry. Each item must implement the [registry-item schema
}
```
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.

View File

@@ -81,6 +81,7 @@ export const ui: Registry["items"] = [
{
name: "badge",
type: "registry:ui",
dependencies: ["@radix-ui/react-slot"],
files: [
{
path: "ui/badge.tsx",