{
  "name": "Form",
  "description": "TanStack Form",
  "phase": "add-on",
  "type": "add-on",
  "category": "tanstack",
  "color": "#EAB308",
  "priority": 44,
  "modes": ["file-router", "code-router"],
  "link": "https://tanstack.com/form/latest",
  "routes": [
    {
      "icon": "ClipboardType",
      "url": "/demo/form/simple",
      "name": "Simple Form",
      "path": "src/routes/demo.form.simple.tsx",
      "jsName": "FormSimpleDemo"
    },
    {
      "icon": "ClipboardType",
      "url": "/demo/form/address",
      "name": "Address Form",
      "path": "src/routes/demo.form.address.tsx",
      "jsName": "FormAddressDemo"
    }
  ],
  "shadcnComponents": [
    "button",
    "select",
    "input",
    "textarea",
    "slider",
    "switch",
    "label"
  ]
}
