New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bbootstrap

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbootstrap

,-----. ,--. ,--. ,------. ,--. ,--. ,--. ,--. ,------. ,--------. | |) /_ | ,'.| | | .-. \ \ `.' / | ,'.| | | .---' '--. .--' | .-. \ | |' ' | | | \ : '. / | |' ' | | `--, | | | '--' /

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source
,-----.   ,--.  ,--. ,------. ,--.   ,--.     ,--.  ,--. ,------. ,--------. 
|  |) /_  |  ,'.|  | |  .-.  \ \  `.'  /      |  ,'.|  | |  .---' '--.  .--' 
|  .-.  \ |  |' '  | |  |  \  : '.    /       |  |' '  | |  `--,     |  |    
|  '--' / |  | `   | |  '--'  /   |  |   .--. |  | `   | |  `---.    |  |    
`------'  `--'  `--' `-------'    `--'   '--' `--'  `--' `------'    `--'    

BBootstrap

A set which includes some useful components. Demo

Components

Note: Do not include above components in your project. This project has included them.

Quick start

<link rel="stylesheet" href="dist/css/bbootstrap.min.css">
<script src="dist/js/bbootstrap.min.js"></script>

Changes

v1.0.0

  • Add pretty Checkbox and Radio [Demo]

    <!-- checkbox -->
    <div class="form-check checkbox checkbox-primary">
        <input class="form-check-input" id="checkbox1" type="checkbox">
        <label class="form-check-label" for="checkbox1">Check me</label>
    </div>
    
    <!-- radio -->
    <div class="form-check radio radio-primary">
        <input class="form-check-input" type="radio" name="radio1" id="radio1" value="option1" checked>
        <label class="form-check-label" for="radio1">Option 1</label>
    </div>
    

Keywords

bootstrap

FAQs

Package last updated on 03 Jul 2018

Did you know?

Socket

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