@codeenvision/ui-kit
v1.0.0
Published
Reusable UI kit atop CE UI framework/webcomponents/scss
Readme
UI Kit Package
Wrapper layer to expose reusable UI components built atop ce-ui-framework, ce-ui-webcomponents, and ce-scss. Themeable (light/dark), icon/color switchable, i18n-ready.
Usage (planned)
- Import UI primitives and themed tokens from this package; underlying implementations rely on CE UI stack.
- Provides icon map typings sourced from assets/icons/latest; exposes theme helpers for light/dark and accent overrides.
Status
Icons are generated from assets/icons/latest/nucleo/outline/*.svg and exported via @clusterenvision/ui-kit.
Icon pipeline
- Generate (writes
src/icons.generated.tsandsrc/icons.generated.content.ts):npm run generate:icons - Verify generated files are up to date (CI-friendly):
npm run check:icons
