---
id: Text
section: components
cssPrefix: pf-c-content
propComponents: ['TextContent', 'Text', 'TextList', 'TextListItem']
---

## Examples

### Headings

```ts file="./TextHeadings.tsx"
```

### Body

```ts file="./TextBody.tsx"
```

Text components such as Text, TextList, TextListItem need to be placed within a TextContent

### Unordered list

```ts file="./TextUnorderedList.tsx"
```

### Ordered list

```ts file="./TextOrderedList.tsx"
```

### Description list

```ts file="./TextDescriptionList.tsx"
```

### Visited

```ts file="./TextVisited.tsx"
```
