robofox-react-portal
v1.0.3
Published
Creates a top level component from anywhere in your tree
Downloads
1,716
Maintainers
Readme
robofox-react-portal
- Easily create a top level component from anywhere in your tree
- Useful for popups, modals and the like
Install
npm install robofox-react-portal
Example
import React from 'react'
import Portal from 'robofox-react-portal'
function MyApp() {
return(
<Portal>
...your components
</Portal>
}
License
Code released under the MIT license.