Text
<ui5-text> | Since 2.0.0Overview
The ui5-text component displays text that can be used in any content area of an application.
Usage
- Use the 
ui5-textif you want to display text inside a form, table, or any other content area. - Do not use the 
ui5-textif you need to reference input type of components (use ui5-label). 
Responsive behavior
The ui5-text component is fully adaptive to all screen sizes.
By default, the text will wrap when the space is not enough.
In addition, the component supports truncation via the max-lines property,
by defining the number of lines the text should wrap before start truncating.
ES6 Module Import
import "@ui5/webcomponents/dist/Text";