Atomic Web Component Library.
- 🌙 Follow color schemes: Use "color-scheme" to switch between light/dark themes.
- 🎨 Highly customizable: Easily customize styles through CSS variables and the part pseudo-selector.
- 🌉 Framework agnostic: Suitable for any UI framework or vanilla JavaScript via web components.
- 💫 Atomic components: Each component is self-contained, without introducing other component definitions or requiring use with other components.
Install dependencies.
node prepare.cjs && pnpm iStart development server.
pnpm run devFormat.
pnpm run fmt
pnpm run fmt:checkLint.
pnpm run lint
pnpm run lint:checkBuild packages.
pnpm run build