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-react
Using yarn:
yarn add @xylabs/sdk-react
Using npm:
npm xy --help
Using yarn:
yarn xy --help
Build the static Storybook site
yarn build-storybook
Starts the project in the browser for testing, with auto reload using Storybook
yarn start
See the LICENSE file for license details