@8lys/dashboard
v0.1.0
Published
Dashboard core plugin for the 8LYS Stack: base layout, navigation, widget system, and extension points.
Maintainers
Readme
@8lys/dashboard
Core Dashboard plugin for the 8LYS Stack two-tier plugin architecture.
- Provides base layout and navigation primitives:
Dashboard,Sidebar,Navigation,Widget
- Exposes build-time manifest at
plugin-manifest.ts - Designed for override system (Project > Product > Core)
Usage
Install via workspace and import components:
import { Dashboard, Sidebar, Navigation, Widget } from '@8lys/dashboard'Development
- TypeScript strict mode enabled
- Tests:
pnpm test - Lint:
pnpm lint
Manifest
The plugin manifest declares extension points and build-time artifacts. It is
validated via ArkType in @8lys/core.
