Bootstrap components build with Typescript
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.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
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.