{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "Interact",
  "homepage": "https://interact.combostrap.com",
  "items": [
    {
      "name": "ModeToggle",
      "type": "registry:component",
      "title": "Mode Toggle",
      "description": "A color mode toggle (dark/light)",
      "files": [
        {
          "path": "src/resources/components/interact/ModeToggle.tsx",
          "type": "registry:component"
        }
      ],
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ]
    },
    {
      "name": "Grid",
      "type": "registry:ui",
      "title": "Grid Cells System",
      "description": "Flex Grid based on the bootstrap system",
      "files": [
        {
          "path": "src/resources/components/interact/Grid.tsx",
          "type": "registry:ui",
          "categories": [
            "grid"
          ],
          "meta": {
            "interact": {
              "type": "markdown"
            }
          }
        },
        {
          "path": "src/resources/components/interact/GridCell.tsx",
          "type": "registry:ui",
          "categories": [
            "grid"
          ],
          "meta": {
            "interact": {
              "type": "markdown"
            }
          }
        },
        {
          "path": "src/resources/components/interact/grid.css",
          "type": "registry:file",
          "target": "src/styles/grid.css",
          "docs": "You need to import manually the grid.css file in your global.css file",
          "categories": [
            "grid"
          ]
        }
      ]
    },
    {
      "name": "PageMenuButton",
      "title": "Page Menu Button",
      "type": "registry:component",
      "description": "Page Menu Button that permits to Copy as, Open In Chat",
      "files": [
        {
          "path": "src/resources/components/interact/PageMenuButton.tsx",
          "target": "components/interact/PageMenuButton.tsx",
          "type": "registry:component"
        }
      ]
    }
  ]
}