yumeri-ui
v0.5.0
Published
A simple and modern CSS UI framework with JS components
Downloads
11
Readme
yumeri-ui
A simple and modern CSS UI framework.
Installation
npm install yumeri-uiwUsage
Import the CSS file in your project:
<link rel="stylesheet" href="node_modules/yumeri-ui/src/index.css">Or using a CSS import:
@import "yumeri-ui/src/index.css";Theming
You can switch between light and dark themes by changing the import in src/index.css:
/* From */
@import "./themes/light.css";
/* To */
@import "./themes/dark.css";