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

@bndynet/bootstrap-more

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

@bndynet/bootstrap-more

Extensions for bootstrap

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Bootstrap More

This is the extensions based on Bootstrap.

DEMO

Dependencies

Requires:

  • bootstrap (requires: jquery)

Quick start

  • Clone the repo

    git clone https://github.com/bndynet/bootstrap-more.git

  • Install Node.js and packages

    npm install

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

bootstrap-more/
├── dist/
│   ├── bootstrap-more.css
│   ├── bootstrap-more.min.css
│   ├── bootstrap-more.js
│   └── bootstrap-more.min.js
├── demo/
│   └── index.html
└── src/
    ├── _variables.scss
    ├── bootstrap-more.scss
    └── bootstrap-more.coffee

We provide compiled CSS and JS (bootstrap-more.*), as well as compiled and minified CSS and JS (bootstrap-more.min.*).

Usage

<!-- Latest compiled and minified CSS -->
<link href="boostrap-more/dist/bootstrap-more.min.css" rel="stylesheet"/>
<!-- Latest compiled and minified JavaScript -->
<script src="bootstrap-more/dist/bootstrap-more.min.js"></script>

Examples

Read-only Form

<form class="readonly [form-horizontal|form-inline]">
    <div class="form-group">
        <label>Username</label>
        <input type="text" class="form-control" />
    </div>
</form>

Code and documentation (c) 2016 Bndy.Net. Code released under the MIT License.

FAQs

Package last updated on 18 Jul 2017

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