Suscribe to our newsletter & get early
access to new content.

Overview

Modals are pop-up containers and can be used for displaying more content without changing the page. They usually start as a hidden element and change their visibility when an event is triggered by the user.

Full Modal Open

  • Side
  • Modal
  • Opened

They should have their visibility defined in the corresponding CSS class and change using the .show class.

They should be triggered by another element.