这是一款基于Bootstrap的纯CSS3箭头按钮样式。该按钮通过修改原生Bootstrap的按钮样式,来生成指向左侧或右侧的箭头按钮。
安装
yarn add bootstrap-directional-buttons npm install bootstrap-directional-buttons bower install bootstrap-directional-buttons
使用
<link rel="stylesheet" type="text/css" href="path/to/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="path/to/css/bootstrap-directional-buttons.css">
<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>