<%= require('html-loader!./../components/header.html') %>
<%= require('html-loader!./../components/sidebar-documentation.html') %>

Button

TRAVLR UI Kit uses Button font icons which are composed of some 250+ icons. Easily style icons using border color classes, background color classes and size classes. Highlight icons using the class.

Example
                            
                              <button class="t-btn t-btn-primary"></button>
                              <button class="t-btn t-btn-secondary"></button>
                              <button class="t-btn t-btn-tertiary"></button>
                              <button class="t-btn t-btn-default"></button>
                              <button class="t-btn t-btn-inverted"></button>
                              <button class="t-btn t-btn-anchor"></button>
                              <button class="t-btn t-btn-primary disabled" disabled></button>
                              <button class="t-btn t-btn-primary t-btn-with-icon">
                                <span class="t-icon icon-heart"></span> Button
                              </button>
                            
                          

Button Size

Rollover any icon to see icon class name.

Example
                            
                              <button class="t-btn t-btn-primary t-btn-small"></button>
                              <button class="t-btn t-btn-primary"></button>
                              <button class="t-btn t-btn-primary t-btn-large"></button>
                              <button class="t-btn t-btn-primary t-btn-full"></button>
                              <button class="t-btn t-btn-primary t-btn-full-on-mobile"></button>
                            
                          

Button Toggle

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Example
                            
                              <button class="t-btn t-btn-primary t-btn-full" trv-toggle="button" trv-button="#primary">Primary</button>
                              <button class="t-btn t-btn-secondary t-btn-full" trv-toggle="button" trv-button="#secondary" trv-status="false">Secondary</button>
                              <button class="t-btn t-btn-tertiary t-btn-full" trv-toggle="button" trv-button="#tertiary" trv-status="false">Tertiary</button>
                            
                          
Single toggle primary status : false
Single toggle secondary status : false
Single toggle tertiary status : false
<%= require('html-loader!./../components/footer-documentation.html') %>
<%= require('html-loader!./../components/footer.html') %> <%= require('html-loader!./../components/footer-script.html') %>