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