{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "card",
  "type": "registry:style",
  "title": "Card",
  "description": "Pantoken card component styles and documented HTML structure.",
  "author": "pantoken <https://pantoken.app>",
  "dependencies": [
    "@pantoken/plugin-custom-components"
  ],
  "registryDependencies": [
    "@pantoken/base"
  ],
  "css": {
    "@import \"@pantoken/plugin-custom-components/card.css\"": {}
  },
  "categories": [
    "components",
    "plugins"
  ],
  "docs": "See https://pantoken.app/api/css/plugins/pantoken/custom-components/card.",
  "meta": {
    "framework": "css",
    "sourcePackage": "@pantoken/plugin-custom-components"
  }
}
