mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-28 23:24:13 +00:00
Merge branch 'main' of github.com:shadcn-ui/ui
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -81,6 +81,7 @@ export const ui: Registry["items"] = [
|
||||
{
|
||||
name: "badge",
|
||||
type: "registry:ui",
|
||||
dependencies: ["@radix-ui/react-slot"],
|
||||
files: [
|
||||
{
|
||||
path: "ui/badge.tsx",
|
||||
|
||||
Reference in New Issue
Block a user