forked from reactjs/react-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,14 @@ Accessible modal dialog component for React.JS | |
[![Coverage Status](https://coveralls.io/repos/github/reactjs/react-modal/badge.svg?branch=master)](https://coveralls.io/github/reactjs/react-modal?branch=master) | ||
![gzip size](http://img.badgesize.io/https://unpkg.com/react-modal/dist/react-modal.min.js?compression=gzip) | ||
|
||
## React 16 | ||
|
||
A initial support for React 16 is available under the branch `next`. | ||
|
||
Please, when open a new PR set the target branch `next` for `[email protected]` and `master` for `2.x`. | ||
|
||
Note that it can be unstable. | ||
|
||
## Table of Contents | ||
|
||
* [Installation](#installation) | ||
|