@sundaeswap/ui-toolkit
v4.0.2
Published
This repository contains useful and reusable UI components for the whole SundaeSwap universe.
Keywords
Readme
SundaeSwap UI Toolkit 🛠
This repository contains useful and reusable UI components for the whole SundaeSwap universe.
Installation
Icons use the private npm package nucleo-ui-outline-18. Set your license key before install (from nucleoapp.com/account):
export NUCLEO_LICENSE_KEY=your-license-keyAdd the same variable in CI (GitHub Actions, Vercel, etc.) so bun install can run the package preinstall check.
To install the UI toolkit, from your project run:
bun add @sundaeswap/ui-toolkit @sundaeswap/tailwind-config @sundaeswap/wallet-lite date-fnsHow to Contribute
Everyone is welcome to contribute to this project.
Before you start, please make sure to read and understand the following documents:
CD
To ensure correct versioning for changes, we expect a version bump to be included within your PR.
previews
Preview deployment links should appear as a comment on every PR. The url format is:
`${slugify(branchName)}.ui-toolkit.solunavax.technology`;prod
The storybook of the main branch is deployed via CodePipeline to storybook.solunavax.technology
