react-wrap

1.0.0 • Public • Published

Wrap children with props. children can be an array or a single child element. All children receive props. Useful for creating containers. Should work with React and React-Native.

import wrap from "react-wrap";

//...
//...

render(){
    return wrap(this.props.children, myProps)
}

myProps can contain a key if you want. If children is an array, and you do not specify a key in your props, a unique key will be created for you.

Readme

Keywords

none

Package Sidebar

Install

npm i react-wrap

Weekly Downloads

4

Version

1.0.0

License

ISC

Last publish

Collaborators

  • streemo