Version 0
MortelOS UI
Shared UI primitives consumed by MortelOS packages and host apps.
mortelos/ui provides shared interface primitives for MortelOS host apps and reusable packages.
Use It For
| Area | Package responsibility |
|---|---|
| UI primitives | Shared Flux-aligned Blade and Livewire interface building blocks. |
| Package surfaces | Reusable components that packages can consume without copying host app UI. |
| Design consistency | Common visual primitives for starter screens and package-owned views. |
Install
composer require mortelos/ui
Boundaries
Use this package for reusable interface primitives. Keep customer branding, page composition, local copy and domain-specific workflows in the host app or in the package that owns that domain surface.