Install the package by running:
pnpm i @arkejs/ui
Extend your tailwind.config.js
with
module.exports = {
content: [
// ... others
'./node_modules/@arkejs/ui/dist/**/*.{js,ts,jsx,tsx}',
],
plugins: [require("@arkejs/ui/plugin")],
}
The @arkejs/ui use changeset to versioning changes.
After your commits run npx changeset
, it will ask if you want to use a patch/minor/major a summary for your changes.
Completed the process will be created a .md
file under .changeset
folder, commit it to create your PR.