Category: Bootstrap 5

  • Bootstrap Dropdowns

    Creating Dropdown Menus with Bootstrap The dropdown menu is typically used inside the navigation header to display a list of related links when a user mouse hover or click on the trigger element. You can use the Bootstrap dropdown plugin to add toggleable dropdown menus (i.e. open and close on click) to almost anything such…

  • Bootstrap Modals

    Creating Modals with Bootstrap Modal is basically a dialog box or popup window that is used to provide important information to the user or prompt user to take necessary actions before moving on. Modals are widely used to warn users for situations like session time out or to receive their final confirmation before going to…