Provides a set of useful tools, utilities, reusable components, and React hooks that are designed to capture common components and utilities common among Essex Alpha team projects.
Перейти к файлу
Chris Trevino 36b42b6f01
update turborepo-gh-artifacts
2023-01-20 12:22:09 -08:00
.devcontainer vscode settings updates 2023-01-05 10:17:01 -08:00
.github/workflows update turborepo-gh-artifacts 2023-01-20 12:22:09 -08:00
.vscode lib updates, yarn fixes 2023-01-13 19:29:47 -08:00
.yarn Cut release 2023-01-20 18:28:08 +00:00
assets chore initial commit 2020-07-27 16:20:02 -07:00
packages Quick patch: forgot component export 2023-01-20 18:34:51 +00:00
.eslintignore get linter running 2023-01-04 17:41:46 -08:00
.eslintrc remove prettier 2023-01-04 22:29:53 -08:00
.gitattributes update .gitattributes 2023-01-13 21:55:37 -08:00
.gitignore generate docs 2022-03-10 15:08:21 -08:00
.yarnrc.yml clean up yarnrc.yml 2023-01-17 15:57:53 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-27 13:34:31 -07:00
LICENSE chore initial commit 2020-07-27 16:20:02 -07:00
README.md Redrive build 2023-01-20 11:25:26 -08:00
SECURITY.md fix: linting issues 2020-08-17 15:00:49 -07:00
package.json fix ci script 2023-01-20 10:16:15 -08:00
rome.json add coverage/ path to romeignore 2023-01-20 10:15:32 -08:00
tsconfig.json simplify boolean component props 2021-06-07 16:21:40 -07:00
turbo.json remove ci outputs 2023-01-20 11:42:31 -08:00
yarn.lock update deps, add coverage globs 2023-01-20 10:00:09 -08:00

README.md

essex-toolkit

Provides a set of useful tools, utilities, reusable components, and React hooks built to support our team built library ecosystem Packages are designed to capture common components and utilities common among projects See individual package README for specific information

Packages

@essex/hooks

Provides a set of useful react hooks to address common use-cases in webGL/canvas/svg applications

@essex/msal-interactor

A wrapper around @azure/msal-browser.

@essex/hierarchy-browser

This component creates tables to view connected data, allowing theming with Thematic.

@essex/thematic-lineup

This component uses the standard LineUp.js table, and does (a) injection of Thematic, (b) cleans it up a little bit, and (c) adds a custom filtering mechanism ThematicLineupStory displays a LineUp instance, while also applying default thematic styles and data colors. Use it for a React-style JSX wrapper around LineUp that has more potential flexibility than the very configuration limited version exposed by the LineUp project. This allows arbitrary column configurations via jsx, and a set of global filters if desired.

@essex/components

Provides a set of React components Works in harmony with Thematic library styling and contains ready-to-use data visuals

@essex/toolbox

Provides is a collection of helper functions

@essex/boolean-expression-component

An expression component to view and toggle filters

Tests

Limited tests are provided within the packages and most components/functions are experimental

License

Licensed under the MIT License.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. .