You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/src/app/pages/modal/modal.page.html
+85Lines changed: 85 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,92 @@
6
6
</demo-page-title>
7
7
<demo-page-content>
8
8
<h2class="ui dividing header">Examples</h2>
9
+
10
+
<p>The modal system in <code>ng2-semantic-ui</code> is designed to be as flexible as possible.</p>
11
+
12
+
<p>Each modal has two possible outcomes, <code>approve</code> or <code>deny</code>, carrying a distinct result respectively, defined by the user.</p>
13
+
14
+
<p>Transitions are built in and fully customisable, with timing handled out of the box (i.e. events don't fire until the modal has finished transitioning).</p>
15
+
16
+
<p>Creating modals can be done in 3 distinct ways, each shown below:</p>
0 commit comments