dimensionlab-ui/README.md
2026-06-20 12:20:33 +02:00

811 B

Dimension Lab UI

Reusable React component package for Dimension Lab dashboards.

Use As A Submodule

git submodule add -b main ssh://git@git.dimensionlab.net/vince/dimensionlab-ui.git packages/ui
git submodule update --init --recursive
bun install

The package is workspace-friendly as @dimensionlab/ui. Keep the consuming repo's workspace configuration pointed at the checked-out package path.

Use As A Git Package

The package exports built files from dist/. Git-package consumers can depend on the repository directly; the prepare script builds dist/ during install.

{
  "dependencies": {
    "@dimensionlab/ui": "git+ssh://git@git.dimensionlab.net/vince/dimensionlab-ui.git#main"
  }
}

Development

bun install
bun run check
bun run test
bun run build