Chakra UI + UXPin Merge

Integration of Chakra UI with UXPin Merge.

Currently UXPin Merge doesn't support React18, so the Chakra UI in use for this library is v1 and version 1.8.8.

Design System

WIP

Usage

  1. Create UXPin account if you don't have yet. https://www.uxpin.com/jp/
  2. Fork this repository.
  3. Install dependencies.
npm install
or
yarn install
  1. Start Merge dev environment
npm run dev
or
yarn dev

Push with CLI or Github Actions

First, create a new library and get token.

UXPin | Dashboard

CLI

npm run push --token "TOKEN"
or
yarn push --token "TOKEN"

Github Actions

WIP

Contributions

Your contributions are very welcome.

License

Distributed under the MIT License.

UXPinChakra UI