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