JSPM

bootstrap-grid-class-detector

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q35097F
  • License MIT

Displays the currently active Bootstrap grid class in bottom/right corner of browser

Package Exports

  • bootstrap-grid-class-detector

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bootstrap-grid-class-detector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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>