UNPKG

@reusable-ui/collapsible

Version:

A capability of UI to expand/reduce its size or toggle the visibility.

51 lines (50 loc) 1.36 kB
{ "name": "@reusable-ui/collapsible", "version": "6.5.1", "description": "A capability of UI to expand/reduce its size or toggle the visibility.", "keywords": [ "expandable", "collapsible", "design", "layouts" ], "author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>", "homepage": "https://reusableui.org", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": "./dist/index.js", "./index": "./dist/index.js", "./index.js": "./dist/index.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "tsc": "tsc", "tsc:watch": "tsc --watch", "ncu": "ncu --peer", "ncu:upgrade": "ncu --peer --upgrade", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@cssfn/core": "^3.2.0", "@reusable-ui/accessibilities": "^6.5.0", "@reusable-ui/animating-state": "^6.5.0", "@reusable-ui/hooks": "^6.5.0", "@reusable-ui/semantics": "^6.5.0" }, "peerDependencies": { "@reusable-ui/animation": "^6.5.0", "@types/react": "^18.0.0", "react": "^18.0.0" }, "gitHead": "efc8880e4737c1e57b83f349027f37e9329108ba" }