{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "flow-kit", "homepage": "https://flow-kit-beta.vercel.app/", "items": [ { "name": "card-stack", "type": "registry:ui", "title": "Card Stack", "description": "A component providing a stack interaction.", "files": [ { "path": "registry/card-stack.tsx", "type": "registry:component" } ], "dependencies": ["motion"] }, { "name": "pinned-list", "type": "registry:ui", "title": "Pinned List", "description": "A list of items where items move seamlessly to pinned and unpinned positions.", "files": [ { "path": "registry/pinned-list.tsx", "type": "registry:component" } ], "dependencies": ["motion", "lucide-react"] }, { "name": "loader-button", "type": "registry:ui", "title": "Loader Button", "description": "A stateful button that displays a loading indicator while a task is in progress.", "files": [ { "path": "registry/loader-button.tsx", "type": "registry:component" } ], "dependencies": ["motion", "lucide-react"] } ] }