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