<TextMultiline />

The TextMultiline component is commonly used to show Multiline text

The component is located in the @/components/global/Text/Multiline directory. To use the component, import it into your file:

import TextMultiline from '/components/global/Text/Multiline';

Usage

To use the component, add it to your template:

<TextMultiline />

Properties