@ciridae/ui
v0.15.0
Published
Ciridae UI package output from https://ciridae-ui.ciridae.app.
Readme
@ciridae/ui
Ciridae UI package output from https://ciridae-ui.ciridae.app.
Install from npm:
npm install @ciridae/uiUse the published package for new and updated consumers.
Theme overrides should target the standard semantic variables after importing the package CSS:
@import "@ciridae/ui/styles.css";
:root {
--primary: oklch(0.42 0.08 245);
--primary-foreground: oklch(0.99 0 0);
}
.dark {
--primary: oklch(0.78 0.07 245);
--primary-foreground: oklch(0.12 0.002 260);
}