47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-preview-card-demo",
|
|
"type": "registry:ui",
|
|
"title": "Base Preview Card Demo",
|
|
"description": "Demo showing a base preview card.",
|
|
"registryDependencies": ["https://animate-ui.com/r/base-preview-card"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/base/preview-card/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/base/preview-card.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"demoProps": {
|
|
"PreviewCard": {
|
|
"delay": { "value": 600, "min": 0, "max": 2000, "step": 100 },
|
|
"closeDelay": { "value": 300, "min": 0, "max": 2000, "step": 100 }
|
|
},
|
|
"PreviewCardContent": {
|
|
"side": {
|
|
"value": "bottom",
|
|
"options": {
|
|
"top": "top",
|
|
"bottom": "bottom",
|
|
"left": "left",
|
|
"right": "right",
|
|
"inline-start": "inline-start",
|
|
"inline-end": "inline-end"
|
|
}
|
|
},
|
|
"sideOffset": { "value": 10 },
|
|
"align": {
|
|
"value": "center",
|
|
"options": {
|
|
"start": "start",
|
|
"center": "center",
|
|
"end": "end"
|
|
}
|
|
},
|
|
"alignOffset": { "value": 0 }
|
|
}
|
|
}
|
|
}
|
|
}
|