A layout component used to create various cards for the interface. Define visual styles of the cards yourself or combine with Surface for visual presets.
If you customize size, make sure to multiply by --tui-font-scale variable if you want to accommodate font scaling on mobile OS.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.
Text without fade out when overflow content
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.
<div
appearance="neutral"
tuiCardMedium
tuiTitle
>
<span
tuiFade
class="fade"
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</span>
<span
tuiFade="vertical"
tuiSubtitle
class="fade-vertical"
>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at
its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as
opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing
packages and web page editors now use Lorem Ipsum as their default model text.
</span>
</div>
<div
appearance="neutral"
tuiCardMedium
tuiTitle
>
Text without fade out when overflow content
<div
#text
tuiHintDirection="top"
tuiSubtitle=""
class="nowrap"
[tuiHint]="text.innerText"
>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at
its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as
opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing
packages and web page editors now use Lorem Ipsum as their default model text.
</div>
</div>