@terajs/ui
v1.0.5
Published
UI-layer package reserved for shared Terajs UI primitives.
Downloads
211
Readme
@terajs/ui
UI-layer package reserved for shared Terajs UI primitives.
Status: pre-release scaffold package. The stable UI surface is intentionally minimal while core runtime, renderer, and routing contracts are finalized.
Install
npm install @terajs/uiScope
- Hosts framework-level UI primitives as they become stable.
- Depends on runtime and shared contracts.
- Avoids coupling to adapter-specific behavior.
Notes
- For current production-ready web primitives, use
@terajs/renderer-web. - For dev overlay components, use
@terajs/devtools.
