feat(shadcn): add code redirect (#10526)

This commit is contained in:
shadcn
2026-04-28 10:32:29 +04:00
committed by GitHub
parent 6dea65ebcb
commit 55fd4dc71b
780 changed files with 2627 additions and 2599 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
update docs and info urls

View File

@@ -116,7 +116,7 @@ npx shadcn@latest docs combobox
combobox
- docs https://ui.shadcn.com/docs/components/radix/combobox
- examples https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx
- examples https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx
- api https://base-ui.com/react/components/combobox
```

View File

@@ -132,6 +132,12 @@ const nextConfig = {
destination: "/create",
permanent: true,
},
{
source: "/code/:path*",
destination:
"https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/:path*",
permanent: false,
},
]
},
rewrites() {

View File

@@ -12,12 +12,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx",
"api": "https://www.radix-ui.com/primitives/docs/components/accordion.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"api": "https://base-ui.com/react/components/accordion.md"
}
}
@@ -36,11 +36,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx"
}
}
}
@@ -59,12 +59,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx",
"api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"api": "https://base-ui.com/react/components/alert-dialog.md"
}
}
@@ -83,12 +83,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx",
"api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
}
}
}
@@ -106,12 +106,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx",
"api": "https://www.radix-ui.com/primitives/docs/components/avatar.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"api": "https://base-ui.com/react/components/avatar.md"
}
}
@@ -130,11 +130,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx"
}
}
}
@@ -152,11 +152,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
}
}
}
@@ -174,11 +174,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx"
}
}
}
@@ -197,11 +197,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx"
}
}
}
@@ -221,12 +221,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
}
}
@@ -245,11 +245,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx"
}
}
}
@@ -269,12 +269,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
}
}
@@ -294,11 +294,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx"
}
}
}
@@ -316,12 +316,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"api": "https://base-ui.com/react/components/checkbox.md"
}
}
@@ -340,12 +340,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"api": "https://base-ui.com/react/components/collapsible.md"
}
}
@@ -366,12 +366,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox.md"
}
}
@@ -392,12 +392,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
}
}
@@ -416,12 +416,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"api": "https://base-ui.com/react/components/context-menu.md"
}
}
@@ -441,12 +441,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/dialog.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
}
@@ -488,12 +488,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
}
}
@@ -512,12 +512,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"api": "https://base-ui.com/react/components/menu.md"
}
}
@@ -536,11 +536,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx"
}
}
}
@@ -559,11 +559,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx"
}
}
}
@@ -585,12 +585,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"api": "https://base-ui.com/react/components/hover-card.md"
}
}
@@ -609,11 +609,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx"
}
}
}
@@ -632,11 +632,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx"
}
}
}
@@ -655,12 +655,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
}
}
@@ -680,11 +680,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx"
}
}
}
@@ -702,11 +702,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx"
}
}
}
@@ -724,12 +724,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/label.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx",
"api": "https://base-ui.com/react/components/label.md"
}
}
@@ -748,12 +748,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/menubar.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"api": "https://base-ui.com/react/components/menubar.md"
}
}
@@ -772,11 +772,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx"
}
}
}
@@ -794,12 +794,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"api": "https://base-ui.com/react/components/navigation-menu.md"
}
}
@@ -819,11 +819,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx"
}
}
}
@@ -841,12 +841,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/popover.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx",
"api": "https://base-ui.com/react/components/popover.md"
}
}
@@ -865,12 +865,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/progress.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx",
"api": "https://base-ui.com/react/components/progress.md"
}
}
@@ -889,12 +889,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"api": "https://base-ui.com/react/components/radio-group.md"
}
}
@@ -914,12 +914,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
}
}
@@ -938,12 +938,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"api": "https://base-ui.com/react/components/scroll-area.md"
}
}
@@ -962,12 +962,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/select.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx",
"api": "https://base-ui.com/react/components/select.md"
}
}
@@ -986,12 +986,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/separator",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/separator.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/separator",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx",
"api": "https://base-ui.com/react/components/separator.md"
}
}
@@ -1011,12 +1011,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/sheet",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/dialog.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/sheet",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
}
@@ -1044,11 +1044,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/sidebar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/sidebar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
}
}
}
@@ -1066,11 +1066,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/skeleton",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/skeleton",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
}
}
}
@@ -1088,12 +1088,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/slider",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/slider.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/slider",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx",
"api": "https://base-ui.com/react/components/slider.md"
}
}
@@ -1113,12 +1113,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/sonner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx",
"api": "https://sonner.emilkowal.ski"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/sonner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"api": "https://sonner.emilkowal.ski"
}
}
@@ -1137,11 +1137,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/spinner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/spinner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx"
}
}
}
@@ -1159,12 +1159,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/switch",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/switch.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/switch",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx",
"api": "https://base-ui.com/react/components/switch.md"
}
}
@@ -1183,11 +1183,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/table",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/table",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx"
}
}
}
@@ -1205,12 +1205,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/tabs",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/tabs.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/tabs",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"api": "https://base-ui.com/react/components/tabs.md"
}
}
@@ -1229,11 +1229,11 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/textarea",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/textarea",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx"
}
}
}
@@ -1251,12 +1251,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/toggle",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/toggle.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"api": "https://base-ui.com/react/components/toggle.md"
}
}
@@ -1276,12 +1276,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/toggle-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"api": "https://base-ui.com/react/components/toggle-group.md"
}
}
@@ -1301,12 +1301,12 @@
"links": {
"radix": {
"docs": "https://ui.shadcn.com/docs/components/radix/tooltip",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx",
"api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md"
},
"base": {
"docs": "https://ui.shadcn.com/docs/components/base/tooltip",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"api": "https://base-ui.com/react/components/tooltip.md"
}
}

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"api": "https://base-ui.com/react/components/accordion.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"api": "https://base-ui.com/react/components/alert-dialog.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"api": "https://base-ui.com/react/components/avatar.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -17,7 +17,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
}
},

View File

@@ -17,7 +17,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"api": "https://base-ui.com/react/components/checkbox.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"api": "https://base-ui.com/react/components/collapsible.md"
}
},

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox.md"
}
},

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"api": "https://base-ui.com/react/components/context-menu.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"api": "https://base-ui.com/react/components/menu.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -15,7 +15,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"api": "https://base-ui.com/react/components/hover-card.md"
}
},

View File

@@ -16,7 +16,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx",
"api": "https://base-ui.com/react/components/label.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"api": "https://base-ui.com/react/components/menubar.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"api": "https://base-ui.com/react/components/navigation-menu.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx",
"api": "https://base-ui.com/react/components/popover.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx",
"api": "https://base-ui.com/react/components/progress.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"api": "https://base-ui.com/react/components/radio-group.md"
}
},

View File

@@ -63,7 +63,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"api": "https://base-ui.com/react/components/accordion.md"
}
},
@@ -80,7 +80,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx"
}
},
"type": "registry:ui"
@@ -97,7 +97,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"api": "https://base-ui.com/react/components/alert-dialog.md"
}
},
@@ -114,7 +114,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
}
},
"type": "registry:ui"
@@ -130,7 +130,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"api": "https://base-ui.com/react/components/avatar.md"
}
},
@@ -147,7 +147,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx"
}
},
"type": "registry:ui"
@@ -163,7 +163,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
}
},
"type": "registry:ui"
@@ -179,7 +179,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx"
}
},
"type": "registry:ui"
@@ -196,7 +196,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx"
}
},
"type": "registry:ui"
@@ -214,7 +214,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
}
},
@@ -231,7 +231,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx"
}
},
"type": "registry:ui"
@@ -249,7 +249,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
}
},
@@ -268,7 +268,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx"
}
},
"type": "registry:ui"
@@ -284,7 +284,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"api": "https://base-ui.com/react/components/checkbox.md"
}
},
@@ -301,7 +301,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"api": "https://base-ui.com/react/components/collapsible.md"
}
},
@@ -320,7 +320,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox.md"
}
},
@@ -339,7 +339,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
}
},
@@ -356,7 +356,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"api": "https://base-ui.com/react/components/context-menu.md"
}
},
@@ -374,7 +374,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},
@@ -392,7 +392,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
}
},
@@ -409,7 +409,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"api": "https://base-ui.com/react/components/menu.md"
}
},
@@ -426,7 +426,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx"
}
},
"type": "registry:ui"
@@ -443,7 +443,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx"
}
},
"type": "registry:ui"
@@ -463,7 +463,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"api": "https://base-ui.com/react/components/hover-card.md"
}
},
@@ -480,7 +480,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx"
}
},
"type": "registry:ui"
@@ -497,7 +497,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx"
}
},
"type": "registry:ui"
@@ -514,7 +514,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
}
},
@@ -532,7 +532,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx"
}
},
"type": "registry:ui"
@@ -548,7 +548,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx",
"api": "https://base-ui.com/react/components/label.md"
}
},
@@ -566,7 +566,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"api": "https://base-ui.com/react/components/menubar.md"
}
},
@@ -583,7 +583,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"api": "https://base-ui.com/react/components/navigation-menu.md"
}
},
@@ -601,7 +601,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx"
}
},
"type": "registry:ui"
@@ -617,7 +617,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx",
"api": "https://base-ui.com/react/components/popover.md"
}
},
@@ -634,7 +634,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx",
"api": "https://base-ui.com/react/components/progress.md"
}
},
@@ -651,7 +651,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"api": "https://base-ui.com/react/components/radio-group.md"
}
},
@@ -669,7 +669,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
}
},
@@ -686,7 +686,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"api": "https://base-ui.com/react/components/scroll-area.md"
}
},
@@ -703,7 +703,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx",
"api": "https://base-ui.com/react/components/select.md"
}
},
@@ -720,7 +720,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/separator",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx",
"api": "https://base-ui.com/react/components/separator.md"
}
},
@@ -738,7 +738,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sheet",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},
@@ -764,7 +764,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sidebar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
}
},
"type": "registry:ui"
@@ -780,7 +780,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/skeleton",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
}
},
"type": "registry:ui"
@@ -796,7 +796,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/slider",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx",
"api": "https://base-ui.com/react/components/slider.md"
}
},
@@ -814,7 +814,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sonner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"api": "https://sonner.emilkowal.ski"
}
},
@@ -831,7 +831,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/spinner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx"
}
},
"type": "registry:ui"
@@ -847,7 +847,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/switch",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx",
"api": "https://base-ui.com/react/components/switch.md"
}
},
@@ -864,7 +864,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/table",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx"
}
},
"type": "registry:ui"
@@ -880,7 +880,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tabs",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"api": "https://base-ui.com/react/components/tabs.md"
}
},
@@ -897,7 +897,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/textarea",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx"
}
},
"type": "registry:ui"
@@ -913,7 +913,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"api": "https://base-ui.com/react/components/toggle.md"
}
},
@@ -931,7 +931,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"api": "https://base-ui.com/react/components/toggle-group.md"
}
},
@@ -948,7 +948,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tooltip",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"api": "https://base-ui.com/react/components/tooltip.md"
}
},
@@ -966,7 +966,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx"
}
},
"type": "registry:ui"
@@ -982,7 +982,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"api": "https://base-ui.com/react/components/scroll-area.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx",
"api": "https://base-ui.com/react/components/select.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/separator",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx",
"api": "https://base-ui.com/react/components/separator.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sheet",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},

View File

@@ -20,7 +20,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sidebar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/skeleton",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/slider",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx",
"api": "https://base-ui.com/react/components/slider.md"
}
},

View File

@@ -15,7 +15,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sonner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"api": "https://sonner.emilkowal.ski"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/spinner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/switch",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx",
"api": "https://base-ui.com/react/components/switch.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/table",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tabs",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"api": "https://base-ui.com/react/components/tabs.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/textarea",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"api": "https://base-ui.com/react/components/toggle-group.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"api": "https://base-ui.com/react/components/toggle.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tooltip",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"api": "https://base-ui.com/react/components/tooltip.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"api": "https://base-ui.com/react/components/accordion.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"api": "https://base-ui.com/react/components/alert-dialog.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"api": "https://base-ui.com/react/components/avatar.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -17,7 +17,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
}
},

View File

@@ -17,7 +17,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"api": "https://base-ui.com/react/components/checkbox.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"api": "https://base-ui.com/react/components/collapsible.md"
}
},

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox.md"
}
},

View File

@@ -18,7 +18,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"api": "https://base-ui.com/react/components/context-menu.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"api": "https://base-ui.com/react/components/menu.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -15,7 +15,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"api": "https://base-ui.com/react/components/hover-card.md"
}
},

View File

@@ -16,7 +16,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx",
"api": "https://base-ui.com/react/components/label.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"api": "https://base-ui.com/react/components/menubar.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"api": "https://base-ui.com/react/components/navigation-menu.md"
}
},

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx",
"api": "https://base-ui.com/react/components/popover.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx",
"api": "https://base-ui.com/react/components/progress.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"api": "https://base-ui.com/react/components/radio-group.md"
}
},

View File

@@ -63,7 +63,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/accordion",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx",
"api": "https://base-ui.com/react/components/accordion.md"
}
},
@@ -80,7 +80,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx"
}
},
"type": "registry:ui"
@@ -97,7 +97,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/alert-dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx",
"api": "https://base-ui.com/react/components/alert-dialog.md"
}
},
@@ -114,7 +114,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx"
}
},
"type": "registry:ui"
@@ -130,7 +130,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/avatar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx",
"api": "https://base-ui.com/react/components/avatar.md"
}
},
@@ -147,7 +147,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/badge",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx"
}
},
"type": "registry:ui"
@@ -163,7 +163,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/breadcrumb",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx"
}
},
"type": "registry:ui"
@@ -179,7 +179,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx"
}
},
"type": "registry:ui"
@@ -196,7 +196,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/button-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx"
}
},
"type": "registry:ui"
@@ -214,7 +214,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/calendar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx",
"api": "https://react-day-picker.js.org"
}
},
@@ -231,7 +231,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx"
}
},
"type": "registry:ui"
@@ -249,7 +249,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/carousel",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx",
"api": "https://www.embla-carousel.com/get-started/react"
}
},
@@ -268,7 +268,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/chart",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx"
}
},
"type": "registry:ui"
@@ -284,7 +284,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/checkbox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx",
"api": "https://base-ui.com/react/components/checkbox.md"
}
},
@@ -301,7 +301,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/collapsible",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx",
"api": "https://base-ui.com/react/components/collapsible.md"
}
},
@@ -320,7 +320,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/combobox",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx",
"api": "https://base-ui.com/react/components/combobox.md"
}
},
@@ -339,7 +339,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/command",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx",
"api": "https://github.com/dip/cmdk"
}
},
@@ -356,7 +356,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/context-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx",
"api": "https://base-ui.com/react/components/context-menu.md"
}
},
@@ -374,7 +374,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dialog",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},
@@ -392,7 +392,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/drawer",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx",
"api": "https://vaul.emilkowal.ski/getting-started"
}
},
@@ -409,7 +409,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx",
"api": "https://base-ui.com/react/components/menu.md"
}
},
@@ -426,7 +426,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/empty",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx"
}
},
"type": "registry:ui"
@@ -443,7 +443,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/field",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx"
}
},
"type": "registry:ui"
@@ -463,7 +463,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/hover-card",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx",
"api": "https://base-ui.com/react/components/hover-card.md"
}
},
@@ -480,7 +480,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx"
}
},
"type": "registry:ui"
@@ -497,7 +497,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx"
}
},
"type": "registry:ui"
@@ -514,7 +514,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/input-otp",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx",
"api": "https://input-otp.rodz.dev"
}
},
@@ -532,7 +532,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/item",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx"
}
},
"type": "registry:ui"
@@ -548,7 +548,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/label",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx",
"api": "https://base-ui.com/react/components/label.md"
}
},
@@ -566,7 +566,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/menubar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx",
"api": "https://base-ui.com/react/components/menubar.md"
}
},
@@ -583,7 +583,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/navigation-menu",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx",
"api": "https://base-ui.com/react/components/navigation-menu.md"
}
},
@@ -601,7 +601,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/pagination",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx"
}
},
"type": "registry:ui"
@@ -617,7 +617,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/popover",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx",
"api": "https://base-ui.com/react/components/popover.md"
}
},
@@ -634,7 +634,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/progress",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx",
"api": "https://base-ui.com/react/components/progress.md"
}
},
@@ -651,7 +651,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/radio-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx",
"api": "https://base-ui.com/react/components/radio-group.md"
}
},
@@ -669,7 +669,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
}
},
@@ -686,7 +686,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"api": "https://base-ui.com/react/components/scroll-area.md"
}
},
@@ -703,7 +703,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx",
"api": "https://base-ui.com/react/components/select.md"
}
},
@@ -720,7 +720,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/separator",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx",
"api": "https://base-ui.com/react/components/separator.md"
}
},
@@ -738,7 +738,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sheet",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx",
"api": "https://base-ui.com/react/components/dialog.md"
}
},
@@ -764,7 +764,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sidebar",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx"
}
},
"type": "registry:ui"
@@ -780,7 +780,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/skeleton",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx"
}
},
"type": "registry:ui"
@@ -796,7 +796,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/slider",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx",
"api": "https://base-ui.com/react/components/slider.md"
}
},
@@ -814,7 +814,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/sonner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx",
"api": "https://sonner.emilkowal.ski"
}
},
@@ -831,7 +831,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/spinner",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx"
}
},
"type": "registry:ui"
@@ -847,7 +847,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/switch",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx",
"api": "https://base-ui.com/react/components/switch.md"
}
},
@@ -864,7 +864,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/table",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx"
}
},
"type": "registry:ui"
@@ -880,7 +880,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tabs",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx",
"api": "https://base-ui.com/react/components/tabs.md"
}
},
@@ -897,7 +897,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/textarea",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx"
}
},
"type": "registry:ui"
@@ -913,7 +913,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx",
"api": "https://base-ui.com/react/components/toggle.md"
}
},
@@ -931,7 +931,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/toggle-group",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx",
"api": "https://base-ui.com/react/components/toggle-group.md"
}
},
@@ -948,7 +948,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/tooltip",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx",
"api": "https://base-ui.com/react/components/tooltip.md"
}
},
@@ -966,7 +966,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/kbd",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx"
}
},
"type": "registry:ui"
@@ -982,7 +982,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/native-select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx"
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx"
}
},
"type": "registry:ui"

View File

@@ -14,7 +14,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/resizable",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx",
"api": "https://github.com/bvaughn/react-resizable-panels"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/scroll-area",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx",
"api": "https://base-ui.com/react/components/scroll-area.md"
}
},

View File

@@ -11,7 +11,7 @@
"meta": {
"links": {
"docs": "https://ui.shadcn.com/docs/components/base/select",
"examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx",
"examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx",
"api": "https://base-ui.com/react/components/select.md"
}
},

Some files were not shown because too many files have changed in this diff Show More