> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Text Component

> Text component reference covering text content binding and font style property configuration for displaying descriptive information on pages.

Displays text.

## When to Use

* Display descriptive information as text.

## Component Example

## Component Properties

| Attribute              | Description                                                                                | Type                   | Default    |
| ---------------------- | ------------------------------------------------------------------------------------------ | ---------------------- | ---------- |
| `behavior`             | Default state                                                                              | `'NORMAL' \| 'HIDDEN'` | `'NORMAL'` |
| `content`              | Text content                                                                               | `string`               | `'Text'`   |
| `contentPaddingMobile` | Left and right padding on mobile, in px                                                    | `'0 \| 16'`            | `'0'`      |
| `maxLine`              | Maximum number of lines; content is automatically truncated with an ellipsis when exceeded | `number`               | `0`        |
| `showTitle`            | Whether to display the content as the `title` attribute of the HTML tag                    | `boolean`              | `false`    |
