Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

There are 3 variations of Modals:

  1. normal - 720px * 480px
  2. small - 300px * 250px
  3. large - entire screen

HTML template:


<sui-modal
[isClosable]="true"
[size]="'normal'"
[transitionDuration]="0"
(dismissed)="whateverFunction();"
#modal>
</sui-modal>


  • No labels