bs-grid
v4.7.0
Published
A custom Bootstrap Grid System
Maintainers
Readme
BS Grid
A custom Bootstrap Grid System with enhanced breakpoints and spacing for modern responsive layouts.
Installation
Install the package using npm:
npm install bs-gridUsage
Include the CSS file in your project:
<link rel="stylesheet" href="node_modules/bs-grid/dist/bootstrap-grid.min.css">Features
Custom Breakpoints: Optimized breakpoints for modern screens
- xs: 0px
- sm: 576px
- md: 768px
- lg: 1024px (instead of 992px)
- xl: 1440px (instead of 1200px)
- xxl: 1920px (new)
Enhanced Spacing: Fine-tuned spacing scale (multiplied by 0.8)
Full Bootstrap Grid API: Compatible with all Bootstrap grid classes
Container System: Responsive containers with custom max-widths
Utilities: Display, flex, and spacing utilities included
Grid Classes
The library provides all standard Bootstrap grid classes:
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4">Column</div>
<div class="col-md-6 col-lg-8">Column</div>
</div>
</div>License
ISC License
