ui Tailwind Templates

Ui

UI components library based on tailwindcss

@arkejs/ui

Getting started

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")],
}

How versioning with changesets

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.

Top categories

Loading Svelte Themes