Private SvelteKit component library for RF planning and network visualization tools.
Private SvelteKit component library for RF planning and network visualization tools.
``bash`
npm install @smartnet360/svelte-components
| Component | Description |
|-----------|-------------|
| Desktop | Grid orchestrator for multi-panel layouts with component assignment |
| Charts | Plotly-based chart system with tabs/scrollspy modes |
| CellTable | Tabulator-based cell data table with grouping and filtering |
| TreeView | Hierarchical tree component for data navigation |
| Settings | Configuration panels and settings management |
| CoverageMap | Coverage visualization component |
| Package | Description |
|---------|-------------|
| map-v2 | Legacy map implementation |
| map-v3 | Current map implementation with cell/site features |
| Module | Description |
|--------|-------------|
| demo | Cell data generator with configurable presets (small/medium/large/xlarge) |
| ResizableSplitPanel | Draggable split panel component |
`bashInstall dependencies
npm install
Demo Routes
Demo pages available at
/apps/demo/:
- /apps/demo/cell-table - CellTable component
- /apps/demo/charts - Charts component
- /apps/demo/desktop - Desktop grid systemTech Stack
- Svelte 5 with runes (
$state, $derived, $effect`)Private - SmartNet360