Framework-agnostic visual decoration components for data dashboards, built on Web Components.
The project is currently in its foundation phase. The first packages are:
@datav-kit/shared: framework-agnostic utilities.@datav-kit/core: Web Components primitives, registration helpers, events, and lifecycle controllers.@datav-kit/elements: public Web Components entrypoints.@datav-kit/themes: optional CSS variable themes.
Vue and React adapters are planned, but intentionally not part of the current foundation work.
pnpm install
pnpm build
pnpm typecheck
pnpm test
pnpm lintRun the VitePress documentation site:
pnpm docs:devArchitecture contracts live in docs/reference/architecture-contracts.md.