
intuit/devtools-ds
Releases22
Frequency1 month 3 days
Last Release
Stars271
UI components, libraries, and templates for building robust devtools experiences.
Linked projects
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
Each of the UI components in this project contains themes for multiple browsers. These themes are built using the [postcss-themed](https://github.com/intuit/postcss-themed) package, which allows us to specify themes for multiple browsers in light and dark
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).
Object parser is a utility used by the the `Object Inspector` package, which creates a JSON tree structure with node types that help simplify the JavaScript type system. It also uses TypeScript to make logic around using the tree strongly typed.