UNPKG

@spark-ui/dropdown

Version:

Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.

56 lines (55 loc) 1.47 kB
{ "name": "@spark-ui/dropdown", "version": "9.4.8", "description": "Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.", "publishConfig": { "access": "public" }, "keywords": [ "@spark-ui", "react", "component", "accessible", "accessibility", "wai-aria", "aria", "a11y", "dropdown" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "vite build" }, "peerDependencies": { "react": "^19.0", "react-dom": "^19.0", "tailwindcss": "^4.0.0" }, "dependencies": { "@spark-ui/form-field": "^9.4.8", "@spark-ui/icon": "^9.4.8", "@spark-ui/icons": "^9.4.8", "@spark-ui/popover": "^9.4.8", "@spark-ui/use-merge-refs": "^9.4.8", "@spark-ui/visually-hidden": "^9.4.8", "class-variance-authority": "0.7.1", "downshift": "9.0.8" }, "repository": { "type": "git", "url": "https://github.com/leboncoin/spark-web.git", "directory": "packages/components/dropdown" }, "config": { "title": "dropdown", "category": "components" }, "bugs": { "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+dropdown%22" }, "homepage": "https://sparkui.vercel.app", "license": "MIT", "gitHead": "3a8f5a2f87c650895c2475a9cc34d511eba426e4" }