confirmed button bootstrap

Solutions on MaxInterview for confirmed button bootstrap by the best coders in the world

showing results for - "confirmed button bootstrap"
Nala
18 Apr 2020
1<button class="btn btn-large btn-primary" data-toggle="confirmation"
2        data-btn-ok-label="Continue" data-btn-ok-class="btn-success"
3        data-btn-ok-icon-class="material-icons" data-btn-ok-icon-content="check"
4        data-btn-cancel-label="Stoooop!" data-btn-cancel-class="btn-danger"
5        data-btn-cancel-icon-class="material-icons" data-btn-cancel-icon-content="close"
6        data-title="Is it ok?" data-content="This might be dangerous">
7  Confirmation
8</button>