Overview of Taiga UI
mainTaiga UI is a fully-treeshakable Angular UI Kit composed of multiple base libraries and various add-ons. It is designed to be modular, agnostic, and highly customizable.
Key Features
- Modular & Treeshakable: Uses Secondary Entry Points to ensure that importing a single entity does not include redundant code in your bundle.
- Agnostic Design: Components are flexible for various use cases while maintaining high-quality UX standards.
- Customizable Styling: Uses CSS custom properties for styling and provides built-in support for dark themes.
- High Performance: Built with
strictTypeScript mode and all components useOnPushchange detection. - Dynamic Content: Based on the
ng-polymorpheusdynamic content approach and utilizes Web APIs for Angular.