0.1.2 • Published 7 years ago

qmedia v0.1.2

Weekly downloads
8
License
ISC
Repository
-
Last release
7 years ago

React component <QMedia> for render depending on width screen. Example: <QMedia query='>960' render={() => <App {...props} />}/> In example above App component will be render only if width of screen bigger or equal 960 px. <QMedia query='<960' render={() => <App {...props} />}/> In this example your component will be render only if width of screen smaller 960 px Supports IE8+.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago