ClientList
moleculeInteractive data table for client records.
Added in 0.1.0Last modified in 0.6.0
Live Preview
ThemeDefault Light
DeviceDesktop
Props
| Prop | Type | Description | Required |
|---|---|---|---|
| clients | ClientListItem[] | Array of client records | yes |
| onClientClick | (uid: number) => void | Row click callback | yes |
Usage
import { ClientList } from '@qsp-life/particle';
<ClientList
clients={clients}
onClientClick={(uid) => router.push(`/clients/${uid}`)}
/>Import
import { ClientList } from '@qsp-life/particle';