- About
- Installation
- Usage
- Options
JS helper to show which CSS breakpoint is active.
bower install https://github.com/danny-allen/bear-trap.git --save-dev
$('body').bearTrap();
Option | Default value | Description |
---|---|---|
bears | (See code) | The screen sizes, named as bears, with a width value. |
styles | (See code) | Styles for the bear trap element. |
appendElement | $('body') | Element to append the bear trap to |