Wishlabs Design

Data table

Organism. Admin bordered tables — DataTable already wraps ResponsiveTableScroll.

DataTable

Venues page is the seed migration.

import { DataTable, DataTableHead, DataTableRow, … } from '@wishpedigo/ui';
NameCount
Quonk Hall12
Studio B4
No rows example

ResponsiveTableScroll

Used inside DataTable. Apply RESPONSIVE_TABLE_MIN_CLASS on <table> when needed.

import { ResponsiveTableScroll, RESPONSIVE_TABLE_MIN_CLASS } from '@wishpedigo/ui';
<table className={RESPONSIVE_TABLE_MIN_CLASS}>…</table>

Current token: max-md:min-w-[40rem]