<h3>iOS</h3>
<section tuiPlatform="ios">
<tui-app-bar>
<button
tuiButton
tuiSlot="start"
type="button"
>
Back
</button>
Taiga UI
<button
tuiButton
tuiSlot="end"
type="button"
>
Action
</button>
</tui-app-bar>
<tui-app-bar>
<button
tuiAppBarBack
tuiSlot="start"
type="button"
>
Back
</button>
Taiga UI — Components library
<button
iconStart="@tui.user"
tuiIconButton
tuiSlot="end"
type="button"
>
User
</button>
</tui-app-bar>
<tui-app-bar>
<button
title="Back"
tuiAppBarBack
tuiSlot="start"
type="button"
></button>
Taiga UI
<button
iconStart="@tui.user"
tuiIconButton
tuiSlot="end"
type="button"
>
User
</button>
<button
iconStart="@tui.settings"
title="Settings"
tuiIconButton
tuiSlot="end"
type="button"
></button>
</tui-app-bar>
<tui-app-bar>
<label tuiTitle>
Taiga UI
<span tuiSubtitle>Components library</span>
</label>
<button
iconStart="@tui.settings"
title="Settings"
tuiIconButton
tuiSlot="end"
type="button"
></button>
</tui-app-bar>
<tui-app-bar>
<button
tuiAppBarBack
tuiSlot="start"
type="button"
>
Back
</button>
<div>
<progress
size="s"
tuiProgressBar
[max]="100"
[value]="35"
></progress>
</div>
</tui-app-bar>
</section>
<h3 class="tui-space_top-8">Android</h3>
<section tuiPlatform="android">
<tui-app-bar>
Taiga UI
<button
tuiButton
tuiSlot="end"
type="button"
>
Action
</button>
</tui-app-bar>
<tui-app-bar>
<button
tuiAppBarBack
tuiSlot="start"
type="button"
>
Back
</button>
Taiga UI — Components library
<button
iconStart="@tui.user"
tuiIconButton
tuiSlot="end"
type="button"
>
User
</button>
</tui-app-bar>
<tui-app-bar>
<button
iconStart="@tui.x"
title="Settings"
tuiIconButton
tuiSlot="start"
type="button"
></button>
Taiga UI
<button
iconStart="@tui.user"
tuiIconButton
tuiSlot="end"
type="button"
>
User
</button>
<button
iconStart="@tui.settings"
title="Settings"
tuiIconButton
tuiSlot="end"
type="button"
></button>
</tui-app-bar>
<tui-app-bar>
<button
title="Back"
tuiAppBarBack
tuiSlot="start"
type="button"
></button>
<label tuiTitle>
Taiga UI
<span tuiSubtitle>Components library</span>
</label>
<button
iconStart="@tui.settings"
title="Settings"
tuiIconButton
tuiSlot="end"
type="button"
></button>
</tui-app-bar>
<tui-app-bar>
<button
tuiAppBarBack
tuiSlot="start"
type="button"
>
Back
</button>
<progress
size="s"
tuiProgressBar
[max]="100"
[value]="35"
></progress>
</tui-app-bar>
</section>
tui-app-bar {
box-shadow: var(--tui-shadow-small);
inline-size: 20rem;
margin-block-end: 1rem;
}