Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
Included suggestions from #58.
  • Loading branch information
Morgul authored Oct 16, 2019
1 parent a94c302 commit 1cef435
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,9 @@ <h4 id="options-parameter">options parameter</h4>
</li>
<li><p><code>size</code>
<em>(Type: <code>string</code>, Example: <code>lg</code>)</em> -
Optional suffix of modal window class. The value used is appended to the <code>modal-</code> class, i.e. a value of <code>sm</code> gives <code>modal-sm</code>.</p>
Optional suffix of modal window class. The value used is appended to the <code>modal-</code> class, i.e. a value of <code>sm</code> gives <code>modal-sm</code>.
(<i>Note: Since this is directly injected into the class for the modal, you can leverage additional Bootstrap modal classes, such as <code>modal-dialog-centered</code>.
Ex: <code>md modal-dialog-centered</code>.</i>)</p>
</li>
<li><p><code>template</code>
<em>(Type: <code>string</code>)</em> -
Expand Down

0 comments on commit 1cef435

Please sign in to comment.