Download
Get UiCraft — a pure-CSS component library with utility classes and design tokens.
CDN
Include uicraft directly via CDN — no build step, no install.
Drop a single <link> tag into your HTML and you're ready to go.
jsDelivr
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@uicraft/core/uicraft.min.css">
unpkg
<link rel="stylesheet" href="https://unpkg.com/@uicraft/core/uicraft.min.css">
npm
Install uicraft as a package and import the CSS in your build.
npm install @uicraft/core
Then import the stylesheet in your entry file:
import '@uicraft/core/uicraft.min.css';
Download ZIP
Download a pre-built ZIP with compiled CSS, minified CSS, theme files, and a readme.
Download the compiled bundle — ready to drop into any project. No build step required.
Source Files
Clone the repository and build UiCraft from source.
Clone the GitHub repository to access source files, Sass/SCSS, and build scripts. Requires Node.js.
View on GitHub# Clone the repository
git clone https://github.com/tarasenko-by/UiCraft.git
cd UiCraft
# Install dependencies
npm install
# Build the CSS
npm run build
Next Steps
Get up and running with UiCraft.