Taiga UI 5 is out!

Getting started

Automatic Manual Config Playground

On this page

To install the Taiga UI use the command below. This command will automatically add the library to your project and configure it.

Install Taiga UI

    
      ng add taiga-ui
    
    
      npm i taiga-ui
nx g taiga-ui:ng-add
    

Update to the latest version

    
      ng update @taiga-ui/cdk
    
    
      nx migrate @taiga-ui/cdk
nx migrate --run-migrations=migrations.json
    

Explore Taiga UI

See Components section in the main navigation and check out UI elements broken into dedicated groups by their purpose

AI-Ready

Taiga UI treats AI agents as first-class readers of its documentation. The same knowledge is published in AI-friendly shapes — a flat llms.txt context file, an MCP server, and reusable agent skills — so your assistant reads, understands, and generates components against the current, version-correct API instead of guessing from memory.

Explore AI tools