DB
Size: a a a
DB
DB
hj
Д
CG
CG
V
N
SM
SM
O
SM
O
RU
G
const tabs = [
{title: 'Test1', table: <Table>Test1</Table>},
{title: 'Test2', table: <Table>Test2</Table>},
{title: 'Test3', table: <Table>Test3</Table>},
{title: 'Test4', table: <Table>Test4</Table>},
{title: 'Test5', table: <Table>Test5</Table>},
]
G
AE
G
<Tabs
list={tabs.map((tab) => {
return {
title: tab.title,
content: tab.table, // (как кинуть пропсы в таблички?)
}} )}
/>