Skip to main content
Glama
deleonio
by deleonio
with-footer.tsx1.44 kB
import { KolTableStateful } from '@public-ui/react-v19'; import type { FC } from 'react'; import React from 'react'; import { SampleDescription } from '../SampleDescription'; export const TableWithFooter: FC = () => ( <> <SampleDescription> <p>This sample shows KolTableStateful with footer data.</p> </SampleDescription> <KolTableStateful className="w-full" _label="Business hours" _minWidth="auto" _headers={{ horizontal: [ [ { label: 'District', key: 'asp', }, { label: 'Monday', key: 'monday', }, { label: 'Tuesday', key: 'tuesday', }, { label: 'Wednesday', key: 'wednesday', }, { label: 'Thursday', key: 'thursday', }, { label: 'Friday', key: 'friday', }, ], ], }} _data={[ { asp: 'Center', monday: '08:00', tuesday: '08:00', wednesday: '10:00', thursday: '11:00', friday: '08:00', }, { asp: 'Tiergarten', monday: '08:00', tuesday: '08:00', wednesday: '10:00', thursday: '11:00', friday: '08:00', }, { asp: 'Maxvorstadt', monday: '08:00', tuesday: '08:00', wednesday: '10:00', thursday: '11:00', friday: '08:00', }, ]} _dataFoot={[ { tuesday: "Lunch break from 11 to 14 o'clock", }, ]} /> </> );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server