Skip to content

Commit a2fb9ad

Browse files
anikethsahaapollonian
authored andcommitted
docs: added initial docz setup for documentation (#51)
* docs: added initial docz setup for documentation * chore: moved docz to devDep
1 parent 0af2799 commit a2fb9ad

File tree

5 files changed

+22206
-6191
lines changed

5 files changed

+22206
-6191
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ node_modules
33
/demo
44

55
# Editor config
6-
.vscode
6+
.vscode
7+
8+
9+
# docz
10+
.docz

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class App extends Component {
4747

4848
<table>
4949
<tr>
50-
<th>Name<br></th>
50+
<th>Name<br/></th>
5151
<th>Type</th>
5252
<th>Required</th>
5353
<th>Default</th>
@@ -76,7 +76,7 @@ export default class App extends Component {
7676
</tr>
7777
<tr>
7878
<td>separator</td>
79-
<td>component<br></td>
79+
<td>component<br/></td>
8080
<td>false</td>
8181
<td></td>
8282
<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>

docs/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: React Otp Input
3+
menu: Components
4+
---
5+
6+
# React Otp Input

0 commit comments

Comments
 (0)