@rterizz23/peyek-theme-builder
v2.1.1
Published
A robust CSS-in-JS style engine for the P.E.Y.E.K ecosystem. Switch between Dark, Light, and Lux themes instantly.
Maintainers
Readme
Peyek Theme Builder
A robust, blazing-fast CSS-in-JS style engine for the P.E.Y.E.K ecosystem. Effortlessly switch between Dark, Light, and ultra-premium Lux themes with a single line of code.
Features
- Instant Switching: Smoothly transitions all CSS variables across the DOM.
- Built-in Luxury: Comes pre-loaded with an incredible
luxtheme featuring gold accents and deep void backgrounds. - Customizable: Add your own brand's color palettes via Javascript.
Installation
npm install @rterizz23/peyek-theme-builderUsage
import { PeyekThemeBuilder } from '@rterizz23/peyek-theme-builder';
// Switch to Dark Mode
PeyekThemeBuilder.applyTheme('dark');
// Or go ultra-premium
PeyekThemeBuilder.applyTheme('lux');