VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/how-to-make-collapsible-button-appear-only-in-mobile-view-using-bootstrap/

⇱ How to make collapsible button appear only in mobile view using Bootstrap ? - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

How to make collapsible button appear only in mobile view using Bootstrap ?

Last Updated : 11 Nov, 2022

Collapsible button is used to hide or display the list of contents on clicking the button. On clicking collapsible button, it expands and displays list of contents to select, which then mapped to specific content. Bootstrap has different classes for creating collapsible elements. 

Collapsible button in mobile view appears only in the mobile size screen and disappear on large screen size devices. 

Example:

Output:

On Large Screen/Desktop/Laptop Screen:

👁 Image

On Small Screen/Mobile Screen:

👁 Image

Comment
Article Tags:

Explore