{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "zenincharts",
  "homepage": "https://charts.zenin.design/",
  "items": [
    {
      "name": "crypto-price-chart",
      "title": "Crypto Price Chart",
      "description": "Interactive animated crypto price chart with tabs and holdings summary.",
      "dependencies": [
        "recharts",
        "motion",
        "@hugeicons/react",
        "@hugeicons/core-free-icons"
      ],
      "registryDependencies": [],
      "files": [
        {
          "path": "registry/default/ui/crypto-price-chart.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/default/ui/crypto-price-chart-data.ts",
          "type": "registry:component"
        }
      ],
      "type": "registry:component"
    },
    {
      "name": "members-growth-chart",
      "title": "Members Growth Chart",
      "description": "Sleek analytics chart with tabbed segments and gradient area visualization.",
      "dependencies": [
        "recharts",
        "motion",
        "@hugeicons/react",
        "@hugeicons/core-free-icons"
      ],
      "registryDependencies": [],
      "files": [
        {
          "path": "registry/default/ui/members-growth-chart.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/default/ui/members-growth-chart-data.ts",
          "type": "registry:component"
        }
      ],
      "type": "registry:component"
    },
    {
      "name": "momentum-chart",
      "title": "Momentum Chart",
      "description": "Displays a metric’s value, change, and trend to highlight momentum over time.",
      "dependencies": [
        "recharts",
        "motion",
        "@hugeicons/react",
        "@hugeicons/core-free-icons"
      ],
      "registryDependencies": [],
      "files": [
        {
          "path": "registry/default/ui/momentum-chart.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/default/ui/dot-pattern.tsx",
          "type": "registry:component"
        }
      ],
      "type": "registry:component"
    },
    {
      "name": "revenue-trends",
      "title": "Revenue Trends Chart",
      "description": "Displays monthly revenue trends by comparing profit and loss over time.",
      "dependencies": [
        "recharts"
      ],
      "registryDependencies": [],
      "files": [
        {
          "path": "registry/default/ui/revenue-trends.tsx",
          "type": "registry:component"
        }
      ],
      "type": "registry:component"
    }
  ]
}