Bootstrap - btn-group-Justified

Asked

Viewed 71 times

1

I wanted to load the page with one of the buttons "selected" (activated), as if it were a Radion-Button. As if it were a "Selected". Someone knows how to do?

1 answer

1

It was too easy. Abasta put the "active" add-on in front of the class "btn-Primary":

<div class="btn-group btn-group-justified">
  <a class="btn btn-primary active">Todas</a>
  <a class="btn btn-primary">Abertas</a>
  <a class="btn btn-primary">Pendentes</a>
</div>    

Browser other questions tagged

You are not signed in. Login or sign up in order to post.