Modals
Modals are created using Bootstrap Native Modals, they will work as the same way how it works in bootstrap. To run a Bootstrap Modal, there is no dependencies, you do not have to include extra JS or CSS files,To add a modal please refer following guidelines.
Modal Variations
we extended more options to bootstrap modals by adding different positioning classes to the modal to use it.
Slide right modal
Simply add the class modal-slide-right to main modal DIV Your HTML tag structure should look like this. You can change the id attribute of the modal to anything you want.
Slide left
Simply add the class modal-slide-left to main modal DIV Your HTML tag structure should look like this. You can change the id attribute of the modal to anything you want.
Modal Positions
we extended more options to bootstrap modals by adding different positioning classes to the modal to use it.
Position Options:
Simply add the class positionclass to main modal DIV Your HTML tag structure should look like this. You can change the id attribute of the modal to anything you want.
Position class
Position
modal-top-left
page top left
modal-top-right
page top right
modal-bottom-left
page bottom left
modal-bottom-right
page bottom right
modal-bottom-center
page bottom center
Calling a Modal
Atmos modal inherits bootstrap 4 modal methods and events.
Last updated