react-extended
v0.1.4
Published
A set of helpers for React that make it easier to use
Downloads
9
Maintainers
Readme
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