ClientDetail
pageFull client profile page with hero header and section cards.
Added in 0.1.0Last modified in 0.6.0
Live Preview
ThemeDefault Light
DeviceDesktop
Props
| Prop | Type | Description | Required |
|---|---|---|---|
| client | ClientDetail | Full client detail object | yes |
| photoUrlResolver | (photo: string | null) => string | Custom photo URL resolver | yes |
Usage
import { ClientDetail } from '@qsp-life/particle';
import type { ClientDetail as ClientDetailType } from '@qsp-life/pulse';
const client = await pulse.clients.getById(uid);
<ClientDetail client={client} />Import
import { ClientDetail } from '@qsp-life/particle';