Library/pages/EmployeeDetail

EmployeeDetail

page

Full employee 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
employeeEmployeeDetailFull employee detail objectyes

Usage

import { EmployeeDetail } from '@qsp-life/particle';

const emp = await pulse.employees.getById(uid);
<EmployeeDetail employee={emp} />

Import

import { EmployeeDetail } from '@qsp-life/particle';