PHPackages                             jasny/bootstrap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jasny/bootstrap

ActiveComponent

jasny/bootstrap
===============

The missing bootstrap components

v4.0.0(7y ago)2.7k72.8k↑93.1%4891Apache-2.0JavaScript

Since Jul 12Pushed 1y ago153 watchersCompare

[ Source](https://github.com/jasny/bootstrap)[ Packagist](https://packagist.org/packages/jasny/bootstrap)[ Docs](http://jasny.github.io/bootstrap)[ RSS](/packages/jasny-bootstrap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (24)Used By (1)

> This extension is for **Bootstrap 4**. Almost all of the components of this extension have been added to Bootstrap 5, making this library redundant. Because Bootstrap 4 has reached its end of life, Jasny Bootstrap will no longer be updated.

[Jasny Bootstrap](http://jasny.github.io/bootstrap/)
====================================================

[](#jasny-bootstrap)

Jasny Bootstrap is an extension of the famous [Bootstrap](http://getbootstrap.com/), adding the following components:

- [Button labels](http://jasny.github.io/bootstrap/components/#buttons-labels)
- [Off canvas navmenu](http://jasny.github.io/bootstrap/components/#navmenu)
- [Fixed alerts](http://jasny.github.io/bootstrap/components/#alerts-fixed)
- [Row link](http://jasny.github.io/bootstrap/components/#rowlink)
- [File input widget](http://jasny.github.io/bootstrap/components/#fileinput)

To get started, check out !

Quick start
-----------

[](#quick-start)

Four quick start options are available:

- [Download the latest release](https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-4.0.0-dist.zip).
- Clone the repo: `git clone git://github.com/jasny/bootstrap.git`.
- Use [cdnjs](http://cdnjs.com/libraries/jasny-bootstrap).
- Install with [Meteor](https://meteor.com): `meteor add jasny:bootstrap`.

Read the [Getting Started page](http://jasny.github.io/bootstrap/getting-started/) for information on the framework contents, templates and examples, and more.

### What's included

[](#whats-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:

```
jasny-bootstrap/
├── css/
│   ├── jasny-bootstrap.css
│   ├── jasny-bootstrap.min.css
└── js/
    ├── jasny-bootstrap.js
    └── jasny-bootstrap.min.js

```

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

Jasny Bootstrap should be loaded after vanilla Bootstrap.

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

Have a bug or a feature request? [Please open a new issue](https://github.com/jasny/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).

You may use [this JSFiddle](http://jsfiddle.net/jasny/k9K5d/) as a template for your bug reports.

Documentation
-------------

[](#documentation)

Jasny Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally.

### Running documentation locally

[](#running-documentation-locally)

1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).
2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.

- **Windows users:** run `chcp 65001` first to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors.

3. Open  in your browser, and voilà.

Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

### Documentation for previous releases

[](#documentation-for-previous-releases)

Documentation for v2.3.1 has been made available for the time being at  while folks transition to Bootstrap 3.

[Previous releases](https://github.com/jasny/bootstrap/releases) and their documentation are also available for download.

Compiling CSS and JavaScript
----------------------------

[](#compiling-css-and-javascript)

Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands.

### Install Grunt

[](#install-grunt)

From the command line:

1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](package.json) and automatically install the necessary local dependencies listed there.

When completed, you'll be able to run the various Grunt commands provided from the command line.

**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.

### Available Grunt commands

[](#available-grunt-commands)

#### Build - `grunt`

[](#build---grunt)

Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**

#### Only compile CSS and JavaScript - `grunt dist`

[](#only-compile-css-and-javascript---grunt-dist)

`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**

#### Tests - `grunt test`

[](#tests---grunt-test)

Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).

#### Watch - `grunt watch`

[](#watch---grunt-watch)

This is a convenience method for watching just Less files and automatically building them whenever you save.

### Troubleshooting dependencies

[](#troubleshooting-dependencies)

Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`.

Contributing
------------

[](#contributing)

Please read through our [contributing guidelines](https://github.com/jasny/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo).

Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at .

Community
---------

[](#community)

Keep track of development and community news.

- Follow [@ArnoldDaniels on Twitter](http://twitter.com/ArnoldDaniels).
- Have a question that's not a feature request or bug report? [Ask on stackoverflow.](http://stackoverflow.com/)

Versioning
----------

[](#versioning)

For transparency into our release cycle and in striving to maintain backward compatibility, Jasny Bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible.

Releases will be numbered with the following format:

`..`

And constructed with the following guidelines:

- Breaking backward compatibility **bumps the major** while resetting minor and patch
- New additions without breaking backward compatibility **bumps the minor** while resetting the patch
- Bug fixes and misc changes **bumps only the patch**

For more information on SemVer, please visit .

**The major version will follow Bootstrap's major version. This means backward compatibility will only be broken if Bootstrap does so.**

Authors
-------

[](#authors)

**Arnold Daniels**

- [twitter.com/ArnoldDaniels](https://twitter.com/ArnoldDaniels)
- [github.com/jasny](https://github.com/jasny)
- [jasny.net](http://jasny.net)
- [fiestainfo.com](https://www.fiestainfo.com)

Copyright and license
---------------------

[](#copyright-and-license)

Copyright 2013 Jasny BV under [the Apache 2.0 license](LICENSE).

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community40

Growing community involvement

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~170 days

Recently: every ~440 days

Total

13

Last Release

2644d ago

Major Versions

v2.3.0-p4 → v3.0.0-p72013-10-29

v3.2.0 → v4.0.02019-02-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/3379a93d51305df325df9045e1a8b205d195e4e8c01312dff53a000ee79002eb?d=identicon)[jasny](/maintainers/jasny)

---

Top Contributors

[![jasny](https://avatars.githubusercontent.com/u/100821?v=4)](https://github.com/jasny "jasny (126 commits)")[![Minstel](https://avatars.githubusercontent.com/u/6154708?v=4)](https://github.com/Minstel "Minstel (48 commits)")[![poratuk](https://avatars.githubusercontent.com/u/12087528?v=4)](https://github.com/poratuk "poratuk (40 commits)")[![brcontainer](https://avatars.githubusercontent.com/u/4368952?v=4)](https://github.com/brcontainer "brcontainer (5 commits)")[![JohnConnor1969](https://avatars.githubusercontent.com/u/16002537?v=4)](https://github.com/JohnConnor1969 "JohnConnor1969 (4 commits)")[![nicofrand](https://avatars.githubusercontent.com/u/3419050?v=4)](https://github.com/nicofrand "nicofrand (4 commits)")[![prodrigestivill](https://avatars.githubusercontent.com/u/1381592?v=4)](https://github.com/prodrigestivill "prodrigestivill (3 commits)")[![voidmain02](https://avatars.githubusercontent.com/u/1044284?v=4)](https://github.com/voidmain02 "voidmain02 (2 commits)")[![cvrebert](https://avatars.githubusercontent.com/u/419884?v=4)](https://github.com/cvrebert "cvrebert (2 commits)")[![Dehalion](https://avatars.githubusercontent.com/u/1926628?v=4)](https://github.com/Dehalion "Dehalion (2 commits)")[![flexponsive](https://avatars.githubusercontent.com/u/7556675?v=4)](https://github.com/flexponsive "flexponsive (2 commits)")[![mente](https://avatars.githubusercontent.com/u/391997?v=4)](https://github.com/mente "mente (2 commits)")[![phaseOne](https://avatars.githubusercontent.com/u/1310985?v=4)](https://github.com/phaseOne "phaseOne (2 commits)")[![kkirsche](https://avatars.githubusercontent.com/u/947110?v=4)](https://github.com/kkirsche "kkirsche (1 commits)")[![Kronuz](https://avatars.githubusercontent.com/u/56894?v=4)](https://github.com/Kronuz "Kronuz (1 commits)")[![vicentenoriega](https://avatars.githubusercontent.com/u/22145110?v=4)](https://github.com/vicentenoriega "vicentenoriega (1 commits)")[![mikezielonka](https://avatars.githubusercontent.com/u/1565502?v=4)](https://github.com/mikezielonka "mikezielonka (1 commits)")[![jesperronn](https://avatars.githubusercontent.com/u/6267?v=4)](https://github.com/jesperronn "jesperronn (1 commits)")[![Misiu](https://avatars.githubusercontent.com/u/1741838?v=4)](https://github.com/Misiu "Misiu (1 commits)")[![mkoryak](https://avatars.githubusercontent.com/u/383817?v=4)](https://github.com/mkoryak "mkoryak (1 commits)")

---

Tags

bootstraphacktoberfestcssbootstrap

### Embed Badge

![Health badge](/badges/jasny-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/jasny-bootstrap/health.svg)](https://phpackages.com/packages/jasny-bootstrap)
```

###  Alternatives

[twbs/bootstrap-sass

bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.

12.5k1.8M15](/packages/twbs-bootstrap-sass)[wenzhixin/bootstrap-table

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)

11.8k283.4k1](/packages/wenzhixin-bootstrap-table)[onokumus/metismenu

A jQuery menu plugin

2.0k263.3k5](/packages/onokumus-metismenu)[awssat/tailwindo

Convert Bootstrap CSS to Tailwind CSS

1.1k20.3k1](/packages/awssat-tailwindo)[ttskch/select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4

43424.6k2](/packages/ttskch-select2-bootstrap4-theme)[haubek/bootstrap4c-chosen

Bootstrap 4 Component - Chosen

8174.8k](/packages/haubek-bootstrap4c-chosen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
