20 lines
543 B
JSON
20 lines
543 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "code-tabs",
|
|
"type": "registry:ui",
|
|
"title": "Code Tabs",
|
|
"description": "A tabs component that displays code for different languages.",
|
|
"dependencies": ["shiki"],
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/tabs",
|
|
"https://animate-ui.com/r/copy-button"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/code-tabs/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/code-tabs.tsx"
|
|
}
|
|
]
|
|
}
|