Wishlabs Design

Table row link

Molecule. Stretch-link so the whole row is clickable.

TableRowLink

Place inside a relative table row (DataTableRow clickable).

import { TableRowLink } from '@wishpedigo/ui';
VenueCity
Quonk HallNorthampton
<DataTableRow clickable className="relative">
  <DataTableCell>
    <TableRowLink href="/venues/1">Quonk Hall</TableRowLink>
  </DataTableCell>
</DataTableRow>