Bundle components and services for Bryk framework
npm install bryk-bundlebash
npm install bryk-bundle
`
Note: This package requires bryk as a peer dependency.
Usage
`javascript
import { DebugBar, Toasts, ToastsService, LocalTranslationService } from 'bryk-bundle';
// Use components and services in your Bryk app
`
Components
$3
Development debug bar for monitoring application state.
$3
Notification system for user feedback.
Services
$3
- LocalTranslationService: Local translation file management
- RemoteTranslationService: Remote translation API integration
$3
Static service for managing toast notifications.
Renderer Modules
- TranslationModule: Template translation support
- ComponentModule: Component rendering in templates
- ContainerModule: Container management
- FontAwesomeModule`: FontAwesome icon support