UNPKG

@acusti/dropdown

Version:

React component that renders a dropdown with a trigger and supports searching, keyboard access, and more

68 lines (67 loc) 1.85 kB
{ "name": "@acusti/dropdown", "version": "0.44.1", "type": "module", "sideEffects": false, "exports": "./dist/Dropdown.js", "main": "./dist/Dropdown.js", "types": "./dist/Dropdown.d.ts", "files": [ "dist", "src" ], "description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more", "keywords": [ "react", "react-component", "dropdown", "menu", "combobox", "search", "typeahead", "a11y", "accessibility", "key-navigation", "ssr", "typescript", "ts", "flow" ], "scripts": { "test": "vitest" }, "repository": { "type": "git", "url": "https://github.com/acusti/uikit.git", "directory": "packages/dropdown" }, "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)", "license": "Unlicense", "bugs": { "url": "https://github.com/acusti/uikit/issues" }, "homepage": "https://github.com/acusti/uikit/tree/main/packages/dropdown#readme", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/react": "^19.0.2", "happy-dom": "^15.11.7", "react": "^19", "react-dom": "^19", "typescript": "5.7.3", "vitest": "^2.1.8" }, "dependencies": { "@acusti/input-text": "^1.9.1", "@acusti/matchmaking": "^0.8.0", "@acusti/styling": "^1.0.1", "@acusti/use-is-out-of-bounds": "^0.13.0", "@acusti/use-keyboard-events": "^0.9.1", "clsx": "^2" }, "peerDependencies": { "react": "^19", "react-dom": "^19" } }