# Truncate

Truncate wird verwendet, um zu lange Texte automatisch zu kürzen, sodass sie in ein vorgegebenes Layout passen. Dabei wird der entsprechende Text durch "..." abgekürzt.

## Develop

# Properties

| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `title` | `string` | - | - |
| `children` | `ReactNode` | - | - |
| `className` | `string` | - | The elements class name. |
| `offset` | `number` | `8` | the position(from the end) of the ellipsis that shows in text |
| `ellipsis` | `string` | `...` | Ellipsis that is added into the text in case it is truncated |

