@tabula/ui-selector
Version:
Selector allow users to choose a single option from a collapsible list of options when space is limited
63 lines • 1.61 kB
JSON
{
"name": "@tabula/ui-selector",
"version": "3.0.0",
"description": "Selector allow users to choose a single option from a collapsible list of options when space is limited",
"type": "module",
"typings": "./typings/index.d.ts",
"exports": {
".": {
"types": "./typings/index.d.ts",
"module": "./lib/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"keywords": [
"tabula.io",
"tomat.ai",
"ui-kit",
"component",
"react"
],
"homepage": "https://github.com/ReTable/ui-kit/tree/main/components/ui-selector#readme",
"bugs": {
"url": "https://github.com/ReTable/ui-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ReTable/ui-kit.git",
"directory": "components/ui-selector"
},
"author": "Retable Inc.",
"license": "ISC",
"files": [
"lib",
"typings"
],
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tabula/ui-theme": "^3.3.1"
},
"devDependencies": {
"@tabula/ui-theme": "^3.3.1"
},
"dependencies": {
"@floating-ui/react": "^0.26.28",
"clsx": "^2.1.1",
"@tabula/dom-utils": "^0.1.0",
"@tabula/ui-menu": "^1.2.1",
"@tabula/portal-root-for": "^0.1.0",
"@tabula/use-async-state": "^0.1.0",
"@tabula/use-close-on-outside-events": "^0.1.0",
"@tabula/use-previous-value": "^0.1.0"
},
"scripts": {
"build": "forge",
"build:docs": "forge --storybook",
"build:watch": "forge --watch",
"lint": "eslint ."
}
}