UNPKG

@devtools-ds/tree

Version:

A versatile expanding `Tree` component, with full keyboard navigation following the [Tree View Design Pattern](https://www.w3.org/TR/wai-aria-practices/examples/treeview/treeview-2/treeview-2a.html).

50 lines (49 loc) 1.09 kB
{ "name": "@devtools-ds/tree", "version": "1.2.1", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist", "repository": "https://github.com/intuit/devtools-ds", "author": "Tyler Krupicka github@tylerkrupicka.com", "contributors": [ "Tyler Krupicka github@tylerkrupicka.com" ], "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "sideEffects": [ "*.css", "dist/esm/index.js" ], "scripts": { "clean": "ds clean", "build": "ds build", "dev": "ds dev", "storybook": "ds storybook start", "start": "ds build --watch", "test": "ds test", "lint": "ds lint", "size": "ds size" }, "dependencies": { "@babel/runtime": "7.7.2", "@devtools-ds/themes": "^1.2.1", "clsx": "1.1.0" }, "peerDependencies": { "react": ">= 16.8.6" }, "files": [ "dist", "src", "!*.snippet.*", "!*theme.*", "!*.test.*", "!__snapshots__", "!__tests__" ], "gitHead": "53e5c67af2fa62f8044be93fb6e2af8573988aa4" }