Installation
Package Manager
Section titled “Package Manager”Pick your framework — each package includes @tessera-ui/core as a dependency:
# Reactnpm install @tessera-ui/react
# Vuenpm install @tessera-ui/vue
# Angularnpm install @tessera-ui/angular
# Or use the core package directly (vanilla / any framework)npm install @tessera-ui/coreFor quick prototyping with no build step:
<script type="module" src="https://unpkg.com/@tessera-ui/core/dist/tessera-ui/tessera-ui.esm.js"></script>What happens on import
Section titled “What happens on import”When you import from any Tessera UI package:
- All 71 components are registered and ready to use
- Design tokens (CSS custom properties) are loaded — colors, spacing, typography, shadows
- Dark mode, density, and high-contrast theme support is included
No manual setup, no extra configuration files, no CSS imports. See the Usage page for framework-specific setup and examples.