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

# Input

Displays a form input field or a component that looks like an input field.

<img src="https://mintcdn.com/ravitechsolutions/jCk1IPeJr8ul3nyO/images/components/input.png?fit=max&auto=format&n=jCk1IPeJr8ul3nyO&q=85&s=d46a5590514b0a0f0ddf41358bad5e33" alt="Input Component" width="518" height="55" data-path="images/components/input.png" />

## Usage

```ts theme={null}
import { Input } from "@turbostack/ui"
```

```tsx theme={null}
<Input name="email" type="email" placeholder="steve.woz@example.com">
```
