{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "order",
  "type": "registry:component",
  "title": "Order / Sequence",
  "description": "Drag-and-drop (or ↑↓ keyboard) item-sequencing exercise that reveals the correct order on failure.",
  "registryDependencies": [
    "button",
    "progress",
    "badge"
  ],
  "files": [
    {
      "path": "registry/default/order/order.tsx",
      "type": "registry:component"
    }
  ]
}