---
id: forms-text-input
title: TextInput
sidebar_label: TextInput
---

Documentation for TextInput component.

## How to use

```javascript
import { TextInput } from '@safewaystore/native-ui';

const MyComponent = () => (
  <TextInput labelText="First name" />
);
```

## Preview

<div>
  <img src="assets/text-input.png" width="320">
</div>

## Props

Coming soon.