Created
September 15, 2020 00:27
-
-
Save pysoftware/e545c385a0b0966f2cb2e453852ee360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∆under da hood Table.Body.Row & Table.Body.Row.Cell etc. | |
<div | |
className={classes.row} | |
{... restProps} | |
> | |
{children} | |
</div> | |
∆ using | |
<Table.Body.Row.Cell | |
(I can pass here any props I want to rewrite or add to/in wrapper) | |
> | |
content | |
</...> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment