Componente Calendar para Angular | ng-hub-ui-calendar
Componente calendario para Angular con vistas de eventos, drag and drop, plantillas, internacionalización y variables CSS para interfaces de scheduling.
Ejemplos interactivos
Explora ejemplos en vivo que muestran cómo se comporta la librería en casos de uso habituales de Angular.
Vistas de calendario
August 2026
Gestión de eventos
August 2026
Overflow del contenido de eventos
This example uses very long event titles and descriptions to verify that overflowing content does not resize calendar columns or break the month grid layout.
August 2026
Eventos drag & drop
Drag events to move them to different days.
August 2026
Drop Log:
No drops yet. Try dragging an event!
Plantillas personalizadas
August 2026
Configuración del calendario
August 2026
Tematización con variables CSS
This example customizes the calendar using --hub-calendar-* CSS variables.
August 2026
Internacionalización (i18n)
Agosto 2026
What moves with the locale
Weekday and month names, the Today shortcut and the view switcher all read from the same dictionary — chrome and data in one language, never half of each.
en and es ship with the library. Pick fr to see the documented fallback: an unbundled locale resolves to English rather than rendering blanks or raw keys.
To override the bundled strings, feed HUBUI.CALENDAR.* through provideHubTranslationAdapter(); the dictionary wins over locale, and the built-in entries remain the fallback.