All Projects → thednp → Bootstrap.native

thednp / Bootstrap.native

Licence: mit
If you are looking for Bootstrap without jQuery, this is it.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
typescript
32286 projects

Projects that are alternatives of or similar to Bootstrap.native

Bootstrapcdn
Free Bootstrap CDN hosting
Stars: ✭ 1,075 (-36.5%)
Mutual labels:  cdn, bootstrap
Bootstrap Iconpicker
A simple icon picker
Stars: ✭ 344 (-79.68%)
Mutual labels:  bower, bootstrap
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-90.19%)
Mutual labels:  bower, bootstrap
Instantbootstrap
Instant Bootstrap is a quick and easy way to start creating bootstrap themes using LESS, SASS, GRUNT, and BOWER.
Stars: ✭ 5 (-99.7%)
Mutual labels:  bower, bootstrap
Ax5ui Uploader
jQuery file uploader, HTML5(IE9+, FF, Chrome, Safari) - http://ax5.io/ax5ui-uploader/
Stars: ✭ 25 (-98.52%)
Mutual labels:  bower, bootstrap
Webside
基于RBAC的完全响应式权限管理系统
Stars: ✭ 19 (-98.88%)
Mutual labels:  cdn, bootstrap
Bootstrap Fileinput
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Stars: ✭ 5,097 (+201.06%)
Mutual labels:  bower, bootstrap
Bower Bootstrap Css
Twitter Bootstrap for Bower
Stars: ✭ 7 (-99.59%)
Mutual labels:  bower, bootstrap
Cookiecutter Pyramid Talk Python Starter
An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecutter template will create a new Pyramid web application with email, sqlalchemy, rollbar, and way more integrated.
Stars: ✭ 64 (-96.22%)
Mutual labels:  bower, bootstrap
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-92.38%)
Mutual labels:  bower
Robe React Ui
Robe React UI Components
Stars: ✭ 133 (-92.14%)
Mutual labels:  bootstrap
Express Ssm
快递代拿系统,SSM框架的最佳实践
Stars: ✭ 127 (-92.5%)
Mutual labels:  bootstrap
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+6.32%)
Mutual labels:  bootstrap
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (-92.14%)
Mutual labels:  bootstrap
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-92.5%)
Mutual labels:  bootstrap
Cakephp3 Bootstrap Helpers
CakePHP 3.x Helpers for Bootstrap 3 and 4.
Stars: ✭ 134 (-92.09%)
Mutual labels:  bootstrap
Prcdns
准确、CDN友好
Stars: ✭ 126 (-92.56%)
Mutual labels:  cdn
Angular bootstrap spring
AngularJS, Restful, Spring, Spring Security, Hibernate,Bootstrap, Gulp in ES6, Maven
Stars: ✭ 125 (-92.62%)
Mutual labels:  bootstrap
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+553.75%)
Mutual labels:  bootstrap
Lc Design
A UI component framework for building LCUI application.
Stars: ✭ 134 (-92.09%)
Mutual labels:  bootstrap

BSN stands for Native JavaScript for Bootstrap

The faster, lighter and more compact set of JavaScript components for Bootstrap 5 and Bootstrap 4, developed on modern ES6+ standards. The bootstrap.native library is available on npm, CDN and comes packed with build tools and lots of goodies.

NPM Version NPM Downloads jsDeliver CDNJS

The library is around 30Kb minified (V5 38Kb) and around 10Kb gZipped. See the demo for components guidelines and examples, or the Wiki/How to use on how to use the library or create custom builds.

BSN Wiki

Please check the bootstrap.native Wiki pages, they're updated with almost every new commit:

  • Acknowledgements - there are similarities and differences with the original jQuery plugins, good to know for maximizing your workflow.
  • How to use - An in depth guide on how to use the library.
    • CDN Links - use CDN links available on jsdelivr and cdnjs
    • Locally Hosted - download and copy in your project assets/js folder, then use proper markup to enable BSN on your pages
    • ES5 Example - basic component initialization with JavaScript ES5
    • ES6+ Example - modern application would like you to import BSN from "bootstrap.native"
    • NPM Installation - just execute npm install bootstrap.native or mark it as dependency and take it from there
    • Custom Builds - use rollup build scripts to create your own custom builds, only with the components you need
    • Dynamic Content - use the library callbacks with your turbolinks:load, mount, load and similar events
    • RequireJS/CommonJS - NodeJS applications would like you to let BSN = require "bootstrap.native"
    • Factory Methods - for NodeJS apps you need to have document and window in scope
  • Browser support - Enable legacy browsers support via polyfills.
  • FAQs - A short list of frequent asked questions regarding the use of the library.
  • About - Learn about the bootstrap.native project inception, goals and motivations.

BSN Contributors

  • Full contributors list here. Thanks!

BSN License

The BSN library is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].