Home > General Components > TableCell

TableCell

@wq/material’s <TableCell/> component provides the Table body cell from each library. <TableCell/> is analogous to <td> in HTML.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • TableCell.js (@wq/material-web)
  • TableCell.js (@wq/material-native)

The @wq/material-web implementation just exports TableCell from @mui/material.