Merge pull request #59 from Morgul/morgul-docs-update

Updated documentation
This commit was merged in pull request #59.
This commit is contained in:
Christopher S. Case
2019-10-16 15:32:43 -05:00
committed by GitHub
+3 -1
View File
@@ -2841,7 +2841,9 @@ The parent scope instance to be used for the modal&#39;s content. Defaults to <c
</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> -