Skip to content

Commit

Permalink
Updated readme source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jun 19, 2021
1 parent f0e1a7a commit 512079b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,30 @@ index.html



## Options



<table>
<tr>
<th></th>
<th>Type</th>
<th>Default</th>
<th>Info</th>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>&lt;div id=root>&lt;/div></td>
<td>The text that will be inject into the final HTML output.</td>
</tr>
<tr>
<td>position</td>
<td>string</td>
<td>start</td>
<td>If “start”, the content will be injected as close to the body opening tag as possible. If “end”, the content will be injected as close to the body ending tag as possible.</td>
</tr>
</table>



Expand Down
8 changes: 8 additions & 0 deletions readme/usageOptions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
content:
default: '&lt;div id=root>&lt;/div>'
type: string
info: The text that will be inject into the final HTML output.
position:
default: start
type: string
info: If “start”, the content will be injected as close to the body opening tag as possible. If “end”, the content will be injected as close to the body ending tag as possible.

0 comments on commit 512079b

Please sign in to comment.