Angular 21 · Standalone · Independent Packages

Angular Component Library for Standalone Apps

Reusable Angular UI components for standalone apps, Angular Signals workflows, accessibility, CSS variables and production-ready documentation covering modals, data tables, navigation, calendars and more.

npm install ng-hub-ui-modal
13Components
80+CSS Variables
6Themes
v21Angular

Why Hub UI?

Fully Accessible

All components follow WCAG 2.1 guidelines with complete keyboard navigation and screen reader support.

CSS Variable Driven

Every component exposes CSS custom properties. Override any token to match your brand — changes cascade instantly across all themes.

TypeScript First

Strict typing throughout. Benefit from full autocomplete, compile-time safety, and a best-in-class developer experience.

Standalone Architecture

Built on Angular's modern standalone component model. Import only what you need and keep your bundles lean.

Get Started in Seconds

1

Install a component

npm install ng-hub-ui-modal
2

Import it standalone

import { HubModalModule } from 'ng-hub-ui-modal';
3

Customize with CSS variables

--hub-modal-border-radius: 1rem;
Read the Docs