Skip to content

Commit 5261902

Browse files
authored
Merge pull request #3 from fkhadra/develop
v0.0.2
2 parents 7b7bf63 + b263592 commit 5261902

File tree

3 files changed

+46
-24
lines changed

3 files changed

+46
-24
lines changed

β€ŽLICENSEβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Fadi Khadra
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

β€ŽREADME.mdβ€Ž

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,29 @@
77
![Coveralls github](https://img.shields.io/coveralls/github/fkhadra/react-morphing-modal.svg?label=%E2%9B%B1coverage&style=for-the-badge)
88
![React Morphing Modal](https://user-images.githubusercontent.com/5574267/60773620-6bafbb80-a108-11e9-8644-fb6002ab6ffe.gif 'React Morphing Modal')
99

10-
- [Demo](#Demo)
11-
- [Installation](#Installation)
12-
- [Features](#Features)
13-
- [Usage](#Usage)
14-
- [Basic example](#Basic-example)
15-
- [Use different trigger for the same modal](#Use-different-trigger-for-the-same-modal)
16-
- [Attribute an id to the trigger](#Attribute-an-id-to-the-trigger)
17-
- [Define onOpen and onClose callback](#Define-onOpen-and-onClose-callback)
18-
- [Gloabaly](#Gloabaly)
19-
- [Per trigger](#Per-trigger)
20-
- [Define background](#Define-background)
21-
- [Gloabaly](#Gloabaly-1)
22-
- [Per trigger](#Per-trigger-1)
23-
- [Use another event to trigger the modal](#Use-another-event-to-trigger-the-modal)
24-
- [Gloabaly](#Gloabaly-2)
25-
- [Per trigger](#Per-trigger-2)
26-
- [Hide the close button](#Hide-the-close-button)
27-
- [Remove body padding](#Remove-body-padding)
28-
- [Browser Support](#Browser-Support)
29-
- [Release Notes](#Release-Notes)
30-
- [Contribute](#Contribute)
31-
- [License](#License)
10+
- [React-Morphing-Modal](#React-Morphing-Modal)
11+
- [Demo](#Demo)
12+
- [Installation](#Installation)
13+
- [Features](#Features)
14+
- [Usage](#Usage)
15+
- [Basic example](#Basic-example)
16+
- [Use different trigger for the same modal](#Use-different-trigger-for-the-same-modal)
17+
- [Attribute an id to the trigger](#Attribute-an-id-to-the-trigger)
18+
- [Define onOpen and onClose callback](#Define-onOpen-and-onClose-callback)
19+
- [Gloabaly](#Gloabaly)
20+
- [Per trigger](#Per-trigger)
21+
- [Define background](#Define-background)
22+
- [Gloabaly](#Gloabaly-1)
23+
- [Per trigger](#Per-trigger-1)
24+
- [Use another event to trigger the modal](#Use-another-event-to-trigger-the-modal)
25+
- [Gloabaly](#Gloabaly-2)
26+
- [Per trigger](#Per-trigger-2)
27+
- [Hide the close button](#Hide-the-close-button)
28+
- [Remove body padding](#Remove-body-padding)
29+
- [Browser Support](#Browser-Support)
30+
- [Release Notes](#Release-Notes)
31+
- [Contribute](#Contribute)
32+
- [License](#License)
3233

3334
## Demo
3435

@@ -312,7 +313,7 @@ function App() {
312313

313314
| ![IE](https://cloud.githubusercontent.com/assets/398893/3528325/20373e76-078e-11e4-8e3a-1cb86cf506f0.png) | ![Chrome](https://cloud.githubusercontent.com/assets/398893/3528328/23bc7bc4-078e-11e4-8752-ba2809bf5cce.png) | ![Firefox](https://cloud.githubusercontent.com/assets/398893/3528329/26283ab0-078e-11e4-84d4-db2cf1009953.png) | ![Safari](https://cloud.githubusercontent.com/assets/398893/3528331/29df8618-078e-11e4-8e3e-ed8ac738693f.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) |
314315
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
315-
| ❌ | βœ… | βœ… | βœ… | TO TEST |
316+
| ❌ | βœ… | βœ… | βœ… | βœ… |
316317

317318
## Release Notes
318319

β€Žexample/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"start": "parcel index.html",
8-
"build": "parcel build index.html --public-url ./react-morphing-modal/",
8+
"build": "parcel build index.html --public-url /react-morphing-modal/",
99
"predeploy": "rimraf dist/* && npm run build",
1010
"deploy": "gh-pages -d dist"
1111
},

0 commit comments

Comments
Β (0)