Socket
Socket
Sign inDemoInstall

bootstrap4c-buttons

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bootstrap4c-buttons

Bootstrap 4 Component - Buttons


Version published
Maintainers
1
Install size
4.47 MB
Created

Changelog

Source

1.0.6

  • Upgraded to Bootstrap 4.1.0
  • Added example.html

Readme

Source

Bootstrap4C

buttons

The buttons is a simple Bootstrap 4 component that extend your default Bootstrap buttons classes with a few usefull once. The component is 100% CSS, no JavaScript needed.

See demo here => https://haubek.github.io

Yarn install

yarn add bootstrap4c-buttons

CSS

<link href="path/to/component-buttons.min.css" rel="stylesheet">

HTML5 markup

<button type="button" class="btn btn-primary btn-pill">I'm a pill button</button>
<button type="button" class="btn btn-white">I'm a white button</button>
<button type="button" class="btn btn-outline-white">I'm a white outline button</button>
<div class="btn-group btn-group-toggle btn-group-pill" data-toggle="buttons">
  <label class="btn btn-outline-secondary btn-switch-on active">
    <input type="radio" name="options" id="on" autocomplete="off" checked> On
  </label>
  <label class="btn btn-outline-secondary btn-switch-off">
    <input type="radio" name="options" id="off" autocomplete="off"> Off
  </label>
</div>
<div class="btn-toolbar btn-toolbar-row" role="toolbar" aria-label="A11Y">
  <div class="btn-group btn-group-xs-6 btn-group-md-reset" role="group" aria-label="A11Y">
    <button type="button" class="btn btn-primary btn-block">Save</button>
  </div>
  <div class="btn-group btn-group-xs-6 btn-group-md-reset" role="group" aria-label="A11Y">
    <button type="button" class="btn btn-secondary btn-block">Cancel</button>
  </div>
</div>

Keywords

FAQs

Last updated on 11 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc