UNPKG
react-powerplug
Version:
latest (1.0.0)
next (1.0.0-rc.0)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.1-alpha.1
Give life to your dumb components
github.com/renatorib/react-powerplug
renatorib/react-powerplug
react-powerplug
/
src
/
components
/
Compose.js
6 lines
(3 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
import
compose
from
'../utils/compose'
const
Compose
= (
{ components, ...props }
) =>
compose
(...components)(props)
export
default
Compose