Skip to content

Commit

Permalink
more readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 3, 2016
1 parent b4ce24e commit 29d0d08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
</tr>
</table>

This module is pretty straightforward: You specify a set of requirements, and the children will be rendered if they are met. Also handles changes so if you resize or flip or whatever it will all be cool.
The best supported, easiest to use react media query module.


This module is pretty straightforward: You specify a set of requirements, and the children will be rendered if they are met. Also handles changes so if you resize or flip or whatever it all just works.

## Usage

Expand Down Expand Up @@ -214,6 +217,10 @@ var A = React.createClass({
<td>6</td>
</tr>
<tr>
<td>MS Edge</td>
<td>All</td>
</tr>
<tr>
<td>Internet Explorer</td>
<td>10</td>
</tr>
Expand Down

0 comments on commit 29d0d08

Please sign in to comment.