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

# Text Field

A text field in which the user can type text in.

## Text Field Properties

### Typography

|                    |                                                                 |
| ------------------ | --------------------------------------------------------------- |
| **Style**          | The text style of the [app's theme](/building/theming)          |
| **Text Color**     | The color of the text.                                          |
| **Font Weight**    | The thickness of the font (e.g., light, normal, bold).          |
| **Font Size**      | The size of the text.                                           |
| **Text Alignment** | The alignment of the text (e.g., left, right, center, justify). |
| **Max Lines**      | Limits the number of lines the text can span.                   |

### Text Input

|                      |                                                    |
| -------------------- | -------------------------------------------------- |
| **Placeholder Text** | Text to be displayed when the text field is empty. |

## Default Properties

Every component has a set of default properties on top of their specific ones.

[Explore the full list of default properties](/components/index)
