1.0.3 • Published 2 years ago

robofox-react-portal v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.