UNPKG

@react-md/autocomplete

Version:

Create an accessible autocomplete component that allows a user to get real-time suggestions as they type within an input. This component can also be hooked up to a backend API that handles additional filtering or sorting.

66 lines (65 loc) 1.45 kB
{ "name": "@react-md/autocomplete", "version": "2.7.0", "description": "", "main": "./lib/index.js", "module": "./es/index.js", "types": "./types/index.d.ts", "sideEffects": [ "dist/**/*" ], "files": [ "es/*", "lib/*", "types/*", "src/*", "dist/*" ], "author": "Mikkel Laursen <mlaursen03@gmail.com>", "repository": { "type": "git", "url": "https://github.com/mlaursen/react-md.git", "directory": "packages/autocomplete" }, "bugs": { "url": "https://github.com/mlaursen/react-md/issues" }, "homepage": "https://react-md.dev/packages/autocomplete/demos", "keywords": [ "accessibility", "a11y", "react-md", "material design", "react", "autocomplete", "typeahead", "component", "components" ], "license": "MIT", "dependencies": { "@react-md/form": "^2.7.0", "@react-md/list": "^2.7.0", "@react-md/portal": "^2.7.0", "@react-md/states": "^2.7.0", "@react-md/theme": "^2.7.0", "@react-md/transition": "^2.7.0", "@react-md/typography": "^2.7.0", "@react-md/utils": "^2.7.0", "classnames": "^2.2.6" }, "devDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "peerDependencies": { "react": ">= 16.8" }, "optionalDependencies": { "prop-types": ">= 15.6" }, "publishConfig": { "access": "public" }, "gitHead": "931e81f628b580837df3a97267a42c9880b13815" }