Getting Started
Introduction Source and CreditsFoundation
Components
Section
Pages
<button type="button" class="btn btn-primary mr-5 mt-4">Primary</button>
<button type="button" class="btn btn-secondary mr-5 mt-4">Secondary</button>
<button type="button" class="btn btn-success mr-5 mt-4">Success</button>
<button type="button" class="btn btn-danger mr-5 mt-4">Danger</button>
<button type="button" class="btn btn-warning mr-5 mt-4">Warning</button>
<button type="button" class="btn btn-info mr-5 mt-4">Info</button>
<button type="button" class="btn btn-light mr-5 mt-4">Light</button>
<button type="button" class="btn btn-dark mr-5 mt-4">Dark</button>
<button type="button" class="btn btn-link mt-4">Link</button>
<button type="button" class="btn btn-primary btn-lg mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary btn-sm mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-lg btn btn-outline-primary mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn btn-outline-primary mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-sm btn btn-outline-primary mr-5 mt-4">Get Starte</button>
<button type="button" class="btn btn-primary btn-lg btn-block mt-4">Block level button</button>
<button type="button" class="btn btn-secondary btn-lg btn-block mt-4">Block level button</button>
<button type="button" class="btn btn-primary btn-lg active mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary active mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary btn-sm active mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary btn-lg mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary mr-5 mt-4">Get Started</button>
<button type="button" class="btn btn-primary btn-sm mr-5 mt-4">Get Started</button>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="radio" name="options" id="option1" checked>Active </label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option2"> Radio </label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option3">Radio </label></div>
<button type="button" class="btn btn-primary mr-5 rounded-pill mt-4">Primary</button>
<button type="button" class="btn btn-secondary mr-5 rounded-pill mt-4">Secondary</button>
<button type="button" class="btn btn-success mr-5 rounded-pill mt-4">Success</button>
<button type="button" class="btn btn-danger mr-5 rounded-pill mt-4">Danger</button>
<button type="button" class="btn btn-warning mr-5 rounded-pill mt-4">Warning</button>
<button type="button" class="btn btn-info mr-5 rounded-pill mt-4">Info</button>
<button type="button" class="btn btn-light mr-5 rounded-pill mt-4">Light</button>
<button type="button" class="btn btn-dark mr-5 rounded-pill mt-4">Dark</button>
<button type="button" class="btn btn-link mx-1 rounded-pill mt-4">Link</button>
<button type="button" class="btn btn-lg btn btn-outline-primary mr-5 border-5 mt-4">Get Started</button>
<button type="button" class="btn btn btn-outline-primary mr-5 border-5 mt-4">Get Started</button>
<button type="button" class="btn btn-sm btn btn-outline-primary mr-5 border-5 mt-4">Get Starte</button>