angular 21+ standalone ssr ready a11y first 13 themes design tokens tree-shakable typed events no peer hell rtl friendly framework-agnostic css angular 21+ standalone ssr ready a11y first 13 themes design tokens tree-shakable typed events no peer hell rtl friendly framework-agnostic css
At a glance
119
components
13
themes
21
angular major
AAA
wcag target
// 02 — components
live, themed, real.
buttons
three variants. theme-aware shadows. springy hover.
inputs
toggles
tags + progress
progress · 64%
composition
cards inherit edges, radius and shadow from the active theme. no overrides.
// 03 — install
one command. done.
# 1. install the library
$ pnpm add @kouji-ui/core @kouji-ui/components @kouji-ui/themes
# 2. import what you need
› import { KjButtonComponent, KjCardComponent } from '@kouji-ui/components';
# 3. pick a theme (or build your own)
› <html data-theme="sakura">
// 04 — faq