0.1.4 • Published 4 years ago

react-extended v0.1.4

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

react-extended

Install

Run npm i react-extended and then include:

import ReactExtended from "react-extended";

at the top of your JSX / TSX file.

Components / Functions

  • Portal Make a portal in the DOM.
    	Example: 
    	```
    	<Portal><p>Hello!</p></Portal>
    	```
    	TODO: add a11y support