Bootstrap.native

screenshot of Bootstrap.native
vite
bootstrap

Bootstrap components build with Typescript

Overview:

The BSNCoverage Status is a set of JavaScript components for Bootstrap 5 that is faster, lighter, and more compact. It is sourced with TypeScript and free from major dependencies such as jQuery and Popper. The library is available on npm, CDN, and comes with Cypress powered tests and other useful features. It is around 39Kb minified and 12Kb gZipped.

Features:

  • Lightweight Components: Faster, lighter, and more compact JavaScript components for Bootstrap 5.
  • TypeScript Sourced: Components sourced with TypeScript for better maintainability and readability.
  • Dependency Free: Free from major dependencies such as jQuery and Popper.
  • Cypress Testing: Comes packed with Cypress powered tests for ensuring the reliability of components.
  • Various Installation Options: Options to install via CDN links, locally hosted in project assets, or through npm installation.
  • ES6+ Support: Easily import BSN from "bootstrap.native" for modern application development.
  • Legacy Browser Support: Enable support for legacy browsers through polyfills.
  • Developer Resources: Includes in-depth guides, FAQs, and acknowledgments for maximizing user workflow.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.