Skip to content

Chindara/bootstrap-directional-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bootstrap Directional Buttons

Usage:

First Button

add class="btn btn-primary btn-arrow-right-first"

Middle Button

add class="btn btn-primary btn-arrow-right"

Last Button

add class="btn btn-primary btn-arrow-right-last"

<button type="button" class="btn btn-primary btn-arrow-right-first">First Button</button>
<button type="button" class="btn btn-primary btn-arrow-right">Middle Button</button>
<button type="button" class="btn btn-success btn-arrow-right-last">Last Button</button>

Sample:

Preview