sodtrack-web-ui
v0.98.2
Published
UI components for Sodtrack Web
Downloads
2,302
Keywords
Readme
sodtrack-web-ui
UI component library for Sodtrack Web (React, TypeScript, Tailwind 4).
Installation
pnpm add sodtrack-web-uiUsage
Import the library CSS in your app entry (e.g.
main.tsx) before your own styles:import "sodtrack-web-ui/styles/index.css";Use components:
import { Button, ChipStatus } from "sodtrack-web-ui";
If you skip the CSS import, components will render without the correct styles and can break layout. See docs/integration.md for import order and Tailwind projects.
Workspace Commands
The workspace-level pnpm policy and command reference is documented in pnpm-workspace.yaml.
Dependency Supply Chain Hardening
This repository enforces pnpm supply-chain controls from pnpm-workspace.yaml:
allowBuilds+strictDepBuildsonly allow approved dependency build scripts.minimumReleaseAgedelays installation of freshly published dependency versions.blockExoticSubdepsblocks exotic transitive dependency sources (git/tarball/url).trustPolicy: no-downgradeprevents installing versions with downgraded trust evidence.
Run trust-policy verification locally with:
pnpm run check:trust-policy