Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 6f510dc

Browse files
committed
updated readme
1 parent c4c4102 commit 6f510dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ import FormInput from 'HSFormInput'
100100
101101
```
102102

103+
##### This component inherits [all native TextInput props that come with a standard React Native TextInput element](https://facebook.github.io/react-native/docs/textinput.html), along with the following:
104+
105+
| prop | default | type | description |
106+
| ---- | ---- | ----| ---- |
107+
| containerStyle | none | object | TextInput container styling |
108+
| inputStyle | none | object | TextInput styling |
109+
103110
## Card
104111

105112
![Card Component](http://i.imgur.com/eRaY7Ok.png)

0 commit comments

Comments
 (0)