roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Allowing ReactComponents in tagName #147

Open dcotelessa opened 6 years ago

dcotelessa commented 6 years ago

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]),

jacargentina commented 6 years ago

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