Skip to content

Instantly share code, notes, and snippets.

@pysoftware
Created September 15, 2020 00:27
Show Gist options
  • Save pysoftware/e545c385a0b0966f2cb2e453852ee360 to your computer and use it in GitHub Desktop.
Save pysoftware/e545c385a0b0966f2cb2e453852ee360 to your computer and use it in GitHub Desktop.
∆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