{"id":13596429,"url":"https://github.com/jasny/bootstrap","last_synced_at":"2025-05-11T03:44:18.292Z","repository":{"id":1857579,"uuid":"2782458","full_name":"jasny/bootstrap","owner":"jasny","description":"The missing components for your favorite front-end framework.","archived":false,"fork":false,"pushed_at":"2025-02-04T10:30:18.000Z","size":37435,"stargazers_count":2684,"open_issues_count":0,"forks_count":494,"subscribers_count":156,"default_branch":"master","last_synced_at":"2025-05-08T00:59:09.724Z","etag":null,"topics":["bootstrap","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://www.jasny.net/bootstrap/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"recurser/jquery-simple-color","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-15T18:57:27.000Z","updated_at":"2025-04-02T01:37:23.000Z","dependencies_parsed_at":"2025-03-13T08:00:32.430Z","dependency_job_id":"7a1496f1-1068-4ccb-ab50-57ed29f417aa","html_url":"https://github.com/jasny/bootstrap","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasny%2Fbootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasny%2Fbootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasny%2Fbootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasny%2Fbootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasny","download_url":"https://codeload.github.com/jasny/bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978754,"owners_count":21834915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","hacktoberfest"],"created_at":"2024-08-01T16:02:25.892Z","updated_at":"2025-05-08T00:59:15.946Z","avatar_url":"https://github.com/jasny.png","language":"JavaScript","readme":"\u003e This extension is for **Bootstrap 4**. Almost all of the components of this extension have been added to Bootstrap 5, making this library redundant.\n\u003e Because Bootstrap 4 has reached its end of life, Jasny Bootstrap will no longer be updated.\n\n# [Jasny Bootstrap](http://jasny.github.io/bootstrap/)\n\nJasny Bootstrap is an extension of the famous [Bootstrap](http://getbootstrap.com/), adding the following components:\n\n* [Button labels](http://jasny.github.io/bootstrap/components/#buttons-labels)\n* [Off canvas navmenu](http://jasny.github.io/bootstrap/components/#navmenu)\n* [Fixed alerts](http://jasny.github.io/bootstrap/components/#alerts-fixed)\n* [Row link](http://jasny.github.io/bootstrap/components/#rowlink)\n* [File input widget](http://jasny.github.io/bootstrap/components/#fileinput)\n\nTo get started, check out \u003chttp://jasny.github.io/bootstrap\u003e!\n\n\n## Quick start\n\nFour quick start options are available:\n\n* [Download the latest release](https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-4.0.0-dist.zip).\n* Clone the repo: `git clone git://github.com/jasny/bootstrap.git`.\n* Use [cdnjs](http://cdnjs.com/libraries/jasny-bootstrap).\n* Install with [Meteor](https://meteor.com): `meteor add jasny:bootstrap`.\n\nRead the [Getting Started page](http://jasny.github.io/bootstrap/getting-started/) for information on the framework contents, templates and examples, and more.\n\n### What's included\n\nWithin 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:\n\n```\njasny-bootstrap/\n├── css/\n│   ├── jasny-bootstrap.css\n│   ├── jasny-bootstrap.min.css\n└── js/\n    ├── jasny-bootstrap.js\n    └── jasny-bootstrap.min.js\n```\n\nWe provide compiled CSS and JS (`jasny-bootstrap.*`), as well as compiled and minified CSS and JS (`jasny-bootstrap.min.*`).\n\nJasny Bootstrap should be loaded after vanilla Bootstrap.\n\n\n## Bugs and feature requests\n\nHave 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/).\n\nYou may use [this JSFiddle](http://jsfiddle.net/jasny/k9K5d/) as a template for your bug reports.\n\n\n\n## Documentation\n\nJasny 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 \u003chttp://jasny.github.io/bootstrap\u003e. The docs may also be run locally.\n\n### Running documentation locally\n\n1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).\n2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.\n  - **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.\n3. Open \u003chttp://localhost:9001\u003e in your browser, and voilà.\n\nLearn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).\n\n### Documentation for previous releases\n\nDocumentation for v2.3.1 has been made available for the time being at \u003chttp://jasny.github.io/bootstrap/2.3.1/\u003e while folks transition to Bootstrap 3.\n\n[Previous releases](https://github.com/jasny/bootstrap/releases) and their documentation are also available for download.\n\n\n\n## Compiling CSS and JavaScript\n\nBootstrap 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.\n\n### Install Grunt\n\nFrom the command line:\n\n1. Install `grunt-cli` globally with `npm install -g grunt-cli`.\n2. 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.\n\nWhen completed, you'll be able to run the various Grunt commands provided from the command line.\n\n**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.\n\n### Available Grunt commands\n\n#### Build - `grunt`\nRun `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/).**\n\n#### Only compile CSS and JavaScript - `grunt dist`\n`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**\n\n#### Tests - `grunt test`\nRuns [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).\n\n#### Watch - `grunt watch`\nThis is a convenience method for watching just Less files and automatically building them whenever you save.\n\n### Troubleshooting dependencies\n\nShould you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`.\n\n\n\n## Contributing\n\nPlease 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.\n\nMore 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).\n\nEditor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at \u003chttp://editorconfig.org\u003e.\n\n## Community\n\nKeep track of development and community news.\n\n* Follow [@ArnoldDaniels on Twitter](http://twitter.com/ArnoldDaniels).\n* Have a question that's not a feature request or bug report? [Ask on stackoverflow.](http://stackoverflow.com/)\n\n\n\n## Versioning\n\nFor 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.\n\nReleases will be numbered with the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nAnd constructed with the following guidelines:\n\n- Breaking backward compatibility **bumps the major** while resetting minor and patch\n- New additions without breaking backward compatibility **bumps the minor** while resetting the patch\n- Bug fixes and misc changes **bumps only the patch**\n\nFor more information on SemVer, please visit \u003chttp://semver.org/\u003e.\n\n__The major version will follow Bootstrap's major version. This means backward compatibility will only be broken if Bootstrap does so.__\n\n\n\n## Authors\n\n**Arnold Daniels**\n\n+ [twitter.com/ArnoldDaniels](https://twitter.com/ArnoldDaniels)\n+ [github.com/jasny](https://github.com/jasny)\n+ [jasny.net](http://jasny.net)\n+ [fiestainfo.com](https://www.fiestainfo.com)\n\n\n## Copyright and license\n\nCopyright 2013 Jasny BV under [the Apache 2.0 license](LICENSE).\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasny%2Fbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasny%2Fbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasny%2Fbootstrap/lists"}