XY Labs generalized React library
Common React code that is used throughout XYO projects that use React.
Features:
- Mono-repo that publishes individual packages to npm
- Fully written in TypeScript
- Tree-shaking focused; include only what you need during bundling
- UI components built from the mui library
- Crypto utilities backed by the Ethers.js library
Using npm:
npm i --save @xylabs/sdk-reactUsing yarn:
yarn add @xylabs/sdk-reactUsing npm:
npm xy --helpUsing yarn:
yarn xy --helpBuild the static Storybook site
yarn build-storybookStarts the project in the browser for testing, with auto reload using Storybook
yarn startSee the LICENSE file for license details