{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "tabs",
  "type": "registry:style",
  "title": "Tabs",
  "description": "Instructure Tabs component styled with semantic .instui-tabs classes.",
  "author": "pantoken <https://pantoken.app>",
  "dependencies": [
    "@pantoken/components"
  ],
  "registryDependencies": [
    "@pantoken/base"
  ],
  "css": {
    "@import \"@pantoken/components/tabs.css\"": {},
    "@import \"@pantoken/components/tabs.tab.css\"": {},
    "@import \"@pantoken/components/tabs.panel.css\"": {}
  },
  "docs": "Apply `class=\"instui-tabs\"` to semantic HTML. See https://pantoken.app/api/css/components/tabs.",
  "categories": [
    "components"
  ],
  "meta": {
    "className": "instui-tabs",
    "members": [
      "tabs.tab",
      "tabs.panel"
    ],
    "framework": "css"
  }
}
