Skip to content

pantoken / renderers/web-components/src / truncate

Változó: truncate

const truncate: ElementDefinition

Alfa

<instui-truncate> — korlátozza a behelyezett szöveget egy rögzített sorszámú sortöréssel ellipszissel. lines (pozitív egész szám) beállítja a --lines egyéni tulajdonságot; hagyja el az egysorosú csonkításhoz.

Példa

html
<instui-truncate lines="2">A long description that will be clamped to two lines…</instui-truncate>
A long description that will be clamped to two lines…