UNPKG

@safewaystore/native-ui

Version:

A awesome React Native UI by SafeWay Store.

27 lines (19 loc) 366 B
--- 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.