Skip to content

xylabs/sdk-react

Repository files navigation

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

Table of Contents

Description

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

Install

Using npm:

npm i --save @xylabs/sdk-react

Using yarn:

yarn add @xylabs/sdk-react

Documentation

Developer Reference

Storybook

Scripts

Using npm:

npm xy --help

Using yarn:

yarn xy --help

Build (Storybook)

Build the static Storybook site

yarn build-storybook

Start

Starts the project in the browser for testing, with auto reload using Storybook

yarn start

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥and ❄️ by XY Labs