EmployeeDetail
pageFull employee 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 |
|---|---|---|---|
| employee | EmployeeDetail | Full employee detail object | yes |
Usage
import { EmployeeDetail } from '@qsp-life/particle';
const emp = await pulse.employees.getById(uid);
<EmployeeDetail employee={emp} />Import
import { EmployeeDetail } from '@qsp-life/particle';