bootstrap-grid-class-detector
v0.1.2
Published
Displays the currently active Bootstrap grid class in bottom/right corner of browser
Maintainers
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.

Installation
npm install bootstrap-grid-class-detector --save-devUsage
Node / AngularJS
require('bootstrap-grid-class-detector');HTML
<script src="<your path>/src/index.js"></script>