marcio / react-skylight

A react component for modals and dialogs
http://marcio.github.io/react-skylight/
MIT License
571 stars 97 forks source link

Loosen peer dependency to allow usage with 0.13 and further? #8

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

Now it's "react": "^0.12.x" which seems a bit too tight. "react": ">=0.12.0 <1.0.0" would work though you can use something else if you want.

marcio commented 9 years ago

Hi @bebraw, a new version of skylight was published. Your suggestion was accepted.

And no more css is needed. See the readme for more details.

bebraw commented 9 years ago

@marcio Awesome! Thanks.

Is it possible to animate show/hide process? I would like to apply some fading there. Maybe https://facebook.github.io/react/docs/animation.html would work.

marcio commented 9 years ago

Yes it is @bebraw !

Work in animations is in the plans.