@xylabs/sdk-react
    Preparing search index...

    @xylabs/sdk-react

    logo

    @xylabs/sdk-react

    main-build npm-badge npm-downloads-badge jsdelivr-badge npm-license-badge codacy-badge codeclimate-badge snyk-badge

    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
    

    Developer Reference

    Storybook

    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

    Made with 🔥and ❄️ by XY Labs