Library/pages/ClientDetail

ClientDetail

page

Full client profile page with hero header and section cards.

Added in 0.1.0Last modified in 0.6.0

Live Preview

ThemeDefault Light
Device
Desktop

Props

PropTypeDescriptionRequired
clientClientDetailFull client detail objectyes
photoUrlResolver(photo: string | null) => stringCustom photo URL resolveryes

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';