HTML + CSS
CSS-native components and optional vanilla behavior for progressive enhancement.
Read the component indexDV Layer is distributed as verified local tarballs. Consumers commit the exact package artifacts they use, making every installation reproducible without a registry.
The release directory is immutable; consumer repositories vendor only the packages they need.
Run the complete local release process from the DV Layer checkout.
Terminalpnpm release:prepare
Copy packages from the verified release into the consumer's
frontend/vendor/ directory.
Use the verified release archive.
The lite CSS bundle covers tokens, base styles, and components. Choose full only when responsive utilities are needed.
Application entryimport '@dv-layer/html/css/lite';
import { Button } from '@dv-layer/react';
All package APIs share the same semantic tokens and component metadata.
CSS-native components and optional vanilla behavior for progressive enhancement.
Read the component indexTyped wrappers that preserve native semantics and the canonical CSS contract.
Read the full referenceRun the interactive component and foundations browser directly from the checkout.
Use agent documentation
Interactive docs: run pnpm storybook.
Storybook is a native development tool and is intentionally not part of the Docker
service.