Getting Started
Accordion ActionBar Avatar
Badge BadgedContent BadgeNotification
Button ButtonGroup ButtonSelect ButtonX
Calendar CalendarExperimental CalendarMonth CalendarRange
Carousel Chip Comment Compass Copy Counter
DataList DataListWrapper Dropdown DropdownContext DropdownHover DropdownOpen DropdownSelection
Expand File Filter
Tooltip Hint HintDescribe HintManual HintPointer
Icon ItemsWithMore Keypad Like LineClamp Link Loader Message Meter New
BottomSheet MobileCalendar PullToRefresh SearchBar New SwipeActions
Confirm Dialog Dialog routable NotificationMiddle PdfViewer Preview SheetDialog
Notification Pager Pin Popout
ProgressBar ProgressCircle ProgressSegmented
Pulse Push ScrollWheel New Scrollbar ShrinkWrap Status Surface
Reorder Table TableFilters TablePagination
ThumbnailCard Tiles Timeline Title Toast Tree
Taiga UI 5 is out!
See what's new

Confirm KIT v5.0.0+

Examples API Setup GitHub

Confirm is a ready to use Dialog to ask user to confirm an action

See this example to learn how to use confirm to prevent data loss on forms inside other modals

Basic

    
      
    
    
      <button
    tuiButton
    type="button"
    (click)="onClick()"
>
    Show
</button>

    
Taiga UI
GitHub StackBlitz