File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,21 @@ Accessible modal dialog component for React.JS
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/reactjs/react-modal/badge.svg?branch=master )] ( https://coveralls.io/github/reactjs/react-modal?branch=master )
8
8
![ gzip size] ( http://img.badgesize.io/https://unpkg.com/react-modal/dist/react-modal.min.js?compression=gzip )
9
9
10
+ ## Table of Contents
11
+
12
+ * [ Active Development] ( #active-development )
13
+ * [ Installation] ( #installation )
14
+ * [ Usage] ( #usage )
15
+ * [ Styles] ( #styles )
16
+ * [ Examples] ( #examples )
17
+ * [ Testing] ( #testing )
18
+ * [ Demos] ( #demos )
19
+
10
20
## Active Development
11
21
12
22
` react-modal ` repository is now updated. New PRs can target the ` master ` .
13
23
14
- ### Installation
24
+ ## Installation
15
25
16
26
To install the stable version:
17
27
@@ -237,7 +247,7 @@ class App extends React.Component {
237
247
ReactDOM .render (< App / > , appElement);
238
248
```
239
249
240
- # Testing
250
+ ## Testing
241
251
242
252
When using React Test Utils with this library, here are some things to keep in mind:
243
253
- You need to set isOpen={true} on the modal component for it to render its children.
@@ -262,6 +272,6 @@ pass the 'shouldCloseOnOverlayClick' prop with 'false' value.
262
272
</Modal >
263
273
```
264
274
265
- # Demos
275
+ ## Demos
266
276
267
277
* http://reactjs.github.io/react-modal/
You can’t perform that action at this time.
0 commit comments