Skip to content

Commit ff3c6f2

Browse files
authored
Improve readme.
Update README.md
2 parents 03b9ab1 + 811679f commit ff3c6f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,29 +60,29 @@ export default class App extends Component {
6060
<tr>
6161
<td>numInputs</td>
6262
<td>number</td>
63-
<td><strong>true</strong></td>
63+
<td>true</td>
6464
<td>4</td>
6565
<td>Number of OTP inputs to be rendered.</td>
6666
</tr>
6767
<tr>
6868
<td>onChange</td>
6969
<td>function</td>
70-
<td><strong>true</strong></td>
70+
<td>true</td>
7171
<td>console.log</td>
7272
<td>Returns OTP code typed in inputs.</td>
7373
</tr>
7474
<tr>
7575
<td>value</td>
7676
<td>string / number</td>
77-
<td><strong>true</strong></td>
77+
<td>true</td>
7878
<td>''</td>
7979
<td>The value of the OTP passed into the component.</td>
8080
</tr>
8181
<tr>
8282
<td>separator</td>
8383
<td>component<br/></td>
8484
<td>false</td>
85-
<td></td>
85+
<td>none</td>
8686
<td>Provide a custom separator between inputs by passing a component. For instance, <code>&lt;span&gt;-&lt;/span&gt;</code> would add <code>-</code> between each input</td>
8787
</tr>
8888
<tr>

0 commit comments

Comments
 (0)