UNPKG

@vebgen/mui-rff-autocomplete

Version:

An auto-complete component that you can use in a React-Final-Form.

49 lines 1.21 kB
{ "name": "@vebgen/mui-rff-autocomplete", "version": "0.0.12", "description": "An auto-complete component that you can use in a React-Final-Form.", "private": false, "repository": { "type": "git", "url": "https://github.com/vebgen/mui-rff.git", "directory": "packages/autocomplete" }, "bugs": { "url": "https://github.com/vebgen/mui-rff/issues" }, "homepage": "https://github.com/vebgen/mui-rff", "license": "MIT", "keywords": [ "react", "react-component", "react-final-form", "material-ui", "mui", "autocomplete", "combobox" ], "publishConfig": { "access": "public", "directory": "../../dist/packages/autocomplete" }, "peerDependencies": { "@mui/material": "^6.4.6", "@vebgen/mui-rff-core": "workspace*", "core-js": "^3.41.0", "react-dom": "19.0.0", "react-final-form": "^6.5.9", "react": "19.0.0" }, "exports": { "./package.json": "./package.json", ".": { "module": "./index.esm.js", "types": "./index.esm.d.ts", "import": "./index.cjs.mjs", "default": "./index.cjs.js" } }, "module": "./index.esm.js", "main": "./index.cjs.js", "types": "./index.esm.d.ts" }