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