react-flexbox-grid icon indicating copy to clipboard operation
react-flexbox-grid copied to clipboard

Allowing ReactComponents in tagName

Open dcotelessa opened this issue 7 years ago • 1 comments

In Col.js, line 22, allowing functions to be passed in can include other ReactComponents, as well as predefined tags: tagName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),

dcotelessa avatar Feb 09 '18 03:02 dcotelessa

@dcotelessa please some more explanation for that feature? How would you use it? What is the advantage?

jacargentina avatar Apr 19 '18 16:04 jacargentina