Collapse Component

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 102:- Collapse Component

In Bootstrap, the Collapse component allows you to show and hide content with a toggle button. It can be used to create accordions, dropdowns, or any other component where you want to hide and show content based on user interactions.

Here is an example of how to create a simple Collapse component in Bootstrap:

htmlCopy code

<button class="btn btn-primary" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">  Toggle Button </button> <div class="collapse" id="collapseExample">  <div class="card card-body">    This content will be shown or hidden when the toggle button is clicked.  </div> </div>

In this example, we have a button with the data-toggle and data-target attributes. The data-toggle attribute tells Bootstrap to use the Collapse component, while the data-target attribute specifies the ID of the content that should be shown or hidden.

We also have a div with the collapse class and an ID that matches the data-target attribute of the button. This div contains the content that will be shown or hidden when the toggle button is clicked.

The Collapse component can also be customized with various options and classes. For example, you can add the show class to the collapse div to make the content initially visible, or you can use the data-parent attribute to create an accordion-style Collapse component where only one item can be open at a time.

12. Bootstrap

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

I am not able to access videos from second class and further. I have already completed first class

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support