A tiny SPA JavaScript toolkit
/js
├─spa
├─ classes (all js classes)
├─ components (mainly for your components)
├─ languages (for languagePacks)
├─ tools (for factories and other tools)
-
- AppCore - the core to hold all your awesome app functions
- ApiCall - http client
- Component - component defaults
- ComponentManager - load and manage components lazy
- Dictionary - manage multiple languages and boilerplates/placeholders
- FormGroup - making form handling easy
- Renderer - render placeholders in html templates
- Pipe - enhance placeholders
- WindowManager - manage multiple outputs/views
- Trigger - subscribe to custom events
-
- SplitPane - two outputs, switchable , size alterable
- TabManager - tab widget
- Chip - chip widget