UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

15 lines (10 loc) 475 B
@# Responsive Manager A utility class that provides a simple wrapper over the <a href="https://github.com/WickyNilliams/enquire.js/">enquire.js</a> library for detecting media query changes. Note: must be explicitly initialized, preferably somewhere in your app root file. ```javascript import { ResponsiveManager } from 'construct-ui'; ResponsiveManager.initialize(); ``` @example ResponsiveManagerExample @## API @interface ResponsiveManager @methods ResponsiveManager