Npm ยท npm

klyft-theme

Klyft Bootstrap theme bundle (CSS, dark mode, skins, and JS helpers).

Install

Install-Kommandos

npm install klyft-theme@0.7.1
pnpm add klyft-theme@0.7.1
yarn add klyft-theme@0.7.1

README

Vorschau

Klyft Theme Consumer Package

This package contains the built Klyft runtime bundle for consumers:

  • dist/theme.css
  • dist/theme.dark.css
  • dist/skins/*
  • dist/palettes/*
  • dist/appearance.config.json
  • dist/theme.js
  • dist/assets/skins/*
  • dist/icons/*
  • dist/fonts/*
  • dist/images/*

Bootstrap 5.3.8 classes remain the compatibility baseline. Shared semantic color roles are bridged globally, while Klyft structure is opt-in through .k-card, .k-input, .k-select, .k-textarea, .k-label, .k-checkbox, .k-switch, .k-modal, .k-carousel, .k-table, .k-accordion, .k-alert, .k-toast, .k-popover, and .k-tooltip.

Every distributed CSS and JavaScript source map uses repository-relative POSIX sources, an empty sourceRoot, embedded sourcesContent, and one colocated relative mapping comment.

Use klyft-theme-source if you need the SCSS, JS sources, or raw assets for theme derivation.