Polight/lego

Pass all attributes to child

vinyll opened this issue · 0 comments

In React one can do <ChildElement {...props} /> to pass all parent attributes to the child.

How to do this with Lego?