taiga-ui
Taiga UI is a large, fully tree-shakable Angular UI kit offering 130+ components, 100+ directives, plus utilities and tokens, with CSS-custom-property theming and dark mode out of the box. It is built on dependency injection, OnPush change detection, and strict TypeScript.
Apache-2.0Permissive — free to use in commercial and proprietary software, with attribution.View license →
Production readiness
4/5- Actively maintainedCommits in the last 6 months
- No known vulnerabilitiesNot yet scanned
- Clear, usable licenseApache-2.0 (permissive)
- Proven adoptionWidely used
- Has documentationDocumentation indexed
npm install taiga-uiOur analysis
An extensive Angular component library and design system covering 130+ components and 100+ directives, organized into base libraries (CDK, core) and add-ons, built around dynamic content injection (ng-polymorpheus) and Web APIs for Angular.
When to use taiga-ui
Choose it when building Angular applications that need a broad, production-tested component set with strong theming via CSS variables, dark mode, strict TypeScript, and aggressive tree-shaking to keep bundles lean. Well suited for data-heavy enterprise dashboards and forms (it has rich inputs, masks, and editors).
When not to
Not a fit for non-Angular stacks (React, Vue, Svelte) since it is Angular-only. Avoid if you need a fully unstyled/headless primitive set, or if you must stay on Angular below v12, or want a mature first-party Figma kit for the latest version (Figma lags behind code).
Strengths
- Very large breadth of components, directives, tokens, and utilities
- Fully tree-shakable via Angular secondary entry points
- Themeable through CSS custom properties with built-in dark mode
- Engineered with OnPush, strict TypeScript, and heavy DI usage
- Battle-tested in 50+ production projects with LTS branches
Trade-offs
- Locked to Angular; no portability to other frameworks
- Heavy use of DI and polymorpheus adds a conceptual learning curve
- Major-version churn (v2-v5) means migration effort across upgrades
- Figma design resources trail the latest code version
- Older majors are no longer supported, forcing upgrades to stay current
Maturity
Mature and actively maintained by a dedicated core team, with semantic major releases, LTS branches, and broad Angular version support. The large contributor base, production adoption, and ~4k stars indicate a healthy, established project under Apache 2.0.
Taiga UI
Website • Documentation • Core team
Taiga UI is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons.
It is based on ng-polymorpheus dynamic content approach and uses Web APIs for Angular for required browser APIs.
Why Taiga UI
🧩 Modular and fully-treeshakable. We harnessed the power of Secondary Entry Points mechanism. You can import even just one entity from our library and be sure that there is no redundant code in your bundle
🧙 Agnostic. Our components are very flexible and are ready for any use case. But we take care of basic UX aspects to let you focus on your project features
🦋 Customizable. We use CSS custom properties for all our styling and provide easy methods to customize all UI components with dark theme out of the box
🛠 Well engineered. We are not afraid to use DI to the max. All our components use OnPush, and the whole project
is developed with strict TypeScript mode
📦 It's big! We have 130+ components, 100+ directives, dozens of tokens, utils and tools. And it isn't over yet 🚀
🏗 Maintained! The library started as an internal product in our company. It is used by 50+ projects in production now, and it is here to stay.
Read more about Taiga UI main features in this article on angular.love
Version compatibility
Taiga UIAngularSupportedLatest version5.x.y^19.0.0 - latest✅ Current4.x.y^16.0.0 - latest✅ Long-Term Support3.x.y^12.0.0 - latest⚠️ No longer supported2.x.y^9.0.0 - ^15.0.0⚠️ No longer supported
Versions In This Repository
main - This is all of the current work, which is against v5
How to start
See our Getting started page to start working with Taiga UI
You can also use our StackBlitz starter to create a quick sample with Taiga UI
🎨 Figma available only for 2.x and 3.x versions here. Next version of Figma library is in progress for the latest version of Taiga UI.
Community
💡 Your ideas are very welcome in GitHub issues or discussions
🗨 For English live chat join #taiga-ui channel in official Angular discord
💬 For Russian live chat join taiga_ui Telegram group
Core team
Contributors
See our CONTRIBUTING.md guide. Try to make pull request online from Web IDE.
Stars 🌟
License
🆓 Feel free to use our library in your commercial and private applications
All Taiga UI packages are covered by Apache 2.0
Read more about this license here