Various sizes, visual options and content examples
Hello world
I am title
I am content of the notification and I can even wrap to multiple lines.
Most boring notification
<div
size="l"
tuiNotification
>
Hello world
<button
iconStart="@tui.x"
tuiIconButton
type="button"
>
Close
</button>
</div>
<div
appearance="warning"
size="m"
tuiNotification
>
<div
tuiTitle
[style.padding-inline-end.rem]="2"
>
I am title
<div tuiSubtitle>I am content of the notification and I can even wrap to multiple lines.</div>
<div>
<button
tuiButton
type="button"
>
So what?
</button>
<button
tuiLink
type="button"
>
Whatever
</button>
</div>
</div>
<button
iconStart="@tui.x"
tuiIconButton
type="button"
>
Close
</button>
</div>
<div
appearance="neutral"
icon=""
size="s"
tuiNotification
>
Most boring notification
</div>