Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<button class="modal-open btn border-btn" data-launch-id="{{.Get `modalContentId`}}">{{.Get "buttonText"}}</button>
<div class="modal-content" id="{{.Get `modalContentId`}}">
<div id="content">{{.Inner}}</div>
<div id="footer-button-label" data-footer-label="{{.Get `modalFooterButtonLabel`}}"></div>
<div id="css-classes" data-css-classes="{{.Get `modalCssClasses`}}"></div>
<div id="close-label" data-close-label="{{.Get `modalCloseLabel`}}"></div>
<div id="include-footer" data-include-footer="{{.Get `includeFooter`}}"></div>
<div id="sticky-footer" data-sticky-footer="{{.Get `stickyFooter`}}"></div>
</div>