Elements / Buttons

Button Default

Button Outline

Button Round

Button Square

Button With Icon

Button With Icon Right

Button Sizes

Button Sizes with Icon

Button Box

Button Box Sizes

Button Social With Text

Button Social Box

Button Social Box

How To Use

Basic Use HTML
<button class="button"><span>default</span></button>
Basic Use HTML With Icon Buttons
<button class="button"><span><i class="zmdi zmdi-check"></i>default</span></button>
Basic Use HTML With Tooltip(Tippy)
<button data-tippy-content="Android" class="button"><span><i class="zmdi zmdi-check"></i>default</span></button>

Additional Button Common classes button-outline / button-round / button-square / button-icon-right / button-xs/sm/lg/xl / button-box

Additional Button Color classes button-primary/secondary/success/danger/warning/info

Socail Button Support all other classes Listed Above & other classes with social Names like button-android/apple/behance etc..