UNPKG

@rfkit/theme

Version:

A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design

31 lines 684 B
{ "name": "@rfkit/theme", "description": "A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design", "module": "index.js", "types": "index.d.ts", "author": "Hxgh", "license": "MIT", "version": "0.1.16", "private": false, "keywords": [ "theme", "dark-mode", "light-mode", "theme-switcher", "color-scheme", "responsive-design", "css-variables", "design-system", "typescript", "customizable" ], "main": "index.js", "scripts": { "build": "tsc", "test": "jest" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }