Taiga UI 5.0 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.

Note: If you want to add Taiga UI to a project that is not using the latest major version of Angular, make sure to install the appropriate version of @angular/cdk first to prevent dependency conflicts.

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