Skip to content

Commit ebc9736

Browse files
committed
📝 Update documentation
1 parent f725d00 commit ebc9736

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@ export default class App extends Component {
6868
</tr>
6969
<tr>
7070
<td>containerStyle</td>
71-
<td>style (object)</td>
71+
<td>style (object) / className (string)</td>
7272
<td>false</td>
7373
<td>none</td>
74-
<td>Style applied to container of inputs.</td>
74+
<td>Style applied or class passed to container of inputs.</td>
7575
</tr>
7676
<tr>
7777
<td>inputStyle</td>
78-
<td>style (object)</td>
78+
<td>style (object) / className (string)</td>
7979
<td>false</td>
8080
<td>none</td>
81-
<td>Style applied to each input.</td>
81+
<td>Style applied or class passed to each input.</td>
8282
</tr>
8383
<tr>
8484
<td>focusStyle</td>
85-
<td>style (object)</td>
85+
<td>style (object) / className (string)</td>
8686
<td>false</td>
8787
<td>none</td>
88-
<td>Style applied to inputs on focus.</td>
88+
<td>Style applied or class passed to inputs on focus.</td>
8989
</tr>
9090
<tr>
9191
<td>isDisabled</td>
@@ -96,10 +96,10 @@ export default class App extends Component {
9696
</tr>
9797
<tr>
9898
<td>disabledStyle</td>
99-
<td>style (object)</td>
99+
<td>style (object) / className (string)</td>
100100
<td>false</td>
101101
<td>none</td>
102-
<td>Style applied to each input when disabled.</td>
102+
<td>Style applied or class passed to each input when disabled.</td>
103103
</tr>
104104
<tr>
105105
<td>hasErrored</td>
@@ -110,10 +110,10 @@ export default class App extends Component {
110110
</tr>
111111
<tr>
112112
<td>errorStyle</td>
113-
<td>style (object)</td>
113+
<td>style (object) / className (string)</td>
114114
<td>false</td>
115115
<td>none</td>
116-
<td>Style applied to each input when errored.</td>
116+
<td>Style applied or class passed to each input when errored.</td>
117117
</tr>
118118
<tr>
119119
<td>shouldAutoFocus</td>

0 commit comments

Comments
 (0)