All Projects → westonganger → bootstrap-directional-buttons

westonganger / bootstrap-directional-buttons

Licence: MIT license
Directional / Arrow buttons for Bootstrap

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bootstrap-directional-buttons

Copy-button
copy textview into anywhere
Stars: ✭ 14 (-22.22%)
Mutual labels:  button
Parrows
Using Arrows to model parallel processes/computations.
Stars: ✭ 18 (+0%)
Mutual labels:  arrow
lunala
💎│ The official Lunala's source code! Yet a modern space exploration bot.
Stars: ✭ 24 (+33.33%)
Mutual labels:  arrow
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (+200%)
Mutual labels:  button
SHAFT ENGINE
SHAFT is an MIT licensed test automation engine. Powered by best-in-class frameworks like Selenium WebDriver, Appium & RestAssured it provides a wizard-like syntax to increase productivity, and built-in wrappers to eliminate boilerplate code and to ensure your tests are extra stable and your results are extra reliable.
Stars: ✭ 170 (+844.44%)
Mutual labels:  wizard
vue-loading-button
👇 Vue button with slideout loading indicator
Stars: ✭ 39 (+116.67%)
Mutual labels:  button
CameraButton
No description or website provided.
Stars: ✭ 31 (+72.22%)
Mutual labels:  button
aria-switch-control
ARIA Switch control component
Stars: ✭ 38 (+111.11%)
Mutual labels:  button
captouch
👇 Add capacitive touch buttons to any FPGA!
Stars: ✭ 96 (+433.33%)
Mutual labels:  button
vue-burger-button
🍔 vue-burger-button is a functional component, which is faster than a regular component, and is pretty small (JS min+gzip is lower than 700b and CSS min+gzip is lower than 400b).
Stars: ✭ 41 (+127.78%)
Mutual labels:  button
AndroidFunctionalValidation
Simple form validation using Arrow
Stars: ✭ 45 (+150%)
Mutual labels:  arrow
arrow-finder
These docs help you to find and use arrows you need more quickly
Stars: ✭ 24 (+33.33%)
Mutual labels:  arrow
spark-clickhouse-connector
Spark ClickHouse Connector build on DataSourceV2 API
Stars: ✭ 100 (+455.56%)
Mutual labels:  arrow
CenteredDrawableButton
Android custom button with centered drawable
Stars: ✭ 26 (+44.44%)
Mutual labels:  button
btnx-config
btnx-config is a configuration tool for btnx (Button Extension). It allows the user to send keyboard combinations or execute commands with mouse buttons. btnx-config provides mouse and button detection, and an easy way to configure btnx's behavior. See https://github.com/cdobrich/btnx/ for btnx.
Stars: ✭ 47 (+161.11%)
Mutual labels:  button
react-native-touchable
React-Native button helper library
Stars: ✭ 46 (+155.56%)
Mutual labels:  button
konad
Monads composition API that just works. For OOP developers
Stars: ✭ 62 (+244.44%)
Mutual labels:  arrow
horse-wizard
Wizard for HORSE projects
Stars: ✭ 36 (+100%)
Mutual labels:  wizard
mask export
Export your mask elements as extension
Stars: ✭ 45 (+150%)
Mutual labels:  wizard
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+66.67%)
Mutual labels:  button

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.

<button type="button" class="btn btn-primary btn-arrow-left">Left Arrow Button</button>
<button type="button" class="btn btn-success btn-arrow-right">Right Arrow Button</button>

Demo:

https://jsbin.com/soweca/edit?html,css,output

Preview

Install

Yarn, NPM, Bower

yarn add bootstrap-directional-buttons

npm install bootstrap-directional-buttons

bower install bootstrap-directional-buttons

Rails

# 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].