# bootstrap-directional-buttons **Repository Path**: wenchunsz/bootstrap-directional-buttons ## Basic Information - **Project Name**: bootstrap-directional-buttons - **Description**: Directional / Arrow buttons for Bootstrap - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-03 - **Last Updated**: 2021-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootstrap Directional Buttons Gem Version NPM Downloads Buy Me a Coffee Directional / Arrow buttons for Bootstrap ## Usage: Just add class .btn-arrow-left or .btn-arrow-right to bootstrap buttons. Use inside a .btn-group to remove space between button. ```HTML ``` ## Demo: https://jsbin.com/soweca/edit?html,css,output ![Preview](https://raw.githubusercontent.com/westonganger/bootstrap-directional-buttons/master/preview.png) ## Install #### Yarn, NPM, Bower ``` yarn add bootstrap-directional-buttons npm install bootstrap-directional-buttons bower install bootstrap-directional-buttons ``` #### Rails ```ruby # Gemfile source 'https://rails-assets.org' do gem 'rails-assets-bootstrap-directional-buttons' end # app/assets/stylesheets/application.scss /* *= require bootstrap-directional-buttons */ ``` # Credits Enhanced and Updated by Weston Ganger - @westonganger Created by Leonid Komarovsky - @shpoont