bootstrap-grid-class-detector

Displays the currently active Bootstrap grid class in bottom/right corner of browser: xs, sm, md or lg. Also displays current window size.

Usage no npm install needed!

<script type="module">
  import bootstrapGridClassDetector from 'https://cdn.skypack.dev/bootstrap-grid-class-detector';
</script>

README

bootstrap-grid-class-detector

Displays the currently active Bootstrap grid class in bottom/right corner of browser: xs, sm, md or lg. Also displays current window size.

Grid Class Detector

Installation

npm install bootstrap-grid-class-detector --save-dev

Usage

Node / AngularJS

require('bootstrap-grid-class-detector');

HTML

<script src="<your path>/src/index.js"></script>