Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing ReactComponents in tagName #147

Open
dcotelessa opened this issue Feb 9, 2018 · 1 comment
Open

Allowing ReactComponents in tagName #147

dcotelessa opened this issue Feb 9, 2018 · 1 comment

Comments

@dcotelessa
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants