Collapse

Toggle the visibility of content across your project with a few classes and our JavaScript plugins.

Bootstrap Documentation

Examples

Stacked

On cavistar theme, there are so many designs as well element options. There are various types of demos like business, agency, startup, sass, mobile app, marketing, classic etc. You can get very quick response if you get any issue or stuck with the theme.

We're trying to update cavistar regularly and definitely you will receive a huge update in the future. Cavistar has used a default bootstrap design style so you can easily customization which you want. It's a responsive design with high quality.

Yes, It's a fully responsive design and also checked with w3c validation, responsive design and all major browser cross checking. There are so many demos included and cavistar code structure is user friendly so you can manage element with any demos.

<div class="accordion" id="accordionOne">
    <div class="card">
        <div class="card-header" id="headingOne">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 text-dark" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                  How many types of demo included?
                </button>
            </h2>
        </div>

        <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionOne">
            <div class="card-body line-height-lg">
                On cavistar theme, there are so many designs as well element options. There are various types of demos like business, agency, startup, sass, mobile app, marketing, classic etc. You can get very quick response if you get any issue or stuck with the theme.
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-header" id="headingTwo">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 collapsed text-dark" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                  Can I receive any updates in the future?
                </button>
            </h2>
        </div>
        <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionOne">
            <div class="card-body line-height-lg">
                We're trying to update cavistar regularly and definitely you will receive a huge update in the future. Cavistar has used a default bootstrap design style so you can easily customization which you want. It's a responsive design with high quality.
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-header" id="headingThree">
            <h2 class="mb-0">
                <button class="btn btn-link mb-0 collapsed text-dark" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
                  Is it fully responsive design?
                </button>
            </h2>
        </div>
        <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionOne">
            <div class="card-body line-height-lg">
                Yes, It's a fully responsive design and also checked with w3c validation, responsive design and all major browser cross checking. There are so many demos included and cavistar code structure is user friendly so you can manage element with any demos.
            </div>
        </div>
    </div>
</div>
Summary