UI Components for Custom Links (WIP)
Standard set of UI components to be used in conjunction with the @linktr.ee/create-link
package when developing new Linktree link types.
Installation
yarn add @linktr.ee/ui-link-kit
Publishing a new package version to NPM
To release a new version of the package after making an update, use the following yarn changeset
commands before pushing your code and create a PR:
- Ensure your feature branch is up to date with main
- In the root of the repo, run
yarn changeset
and follow the prompts, entering details of your changes - Run
yarn changeset version
to increment the package version, and merge your changeset message into the main CHANGELOG
file - Push your branch
After your branch is approved and merged to main
, CI will publish the new package version