ObjectDetailsPanelHeader
Installation
import { ObjectDetailsPanelHeader } from 'uxp/components';Signature
const ObjectDetailsPanelHeader: React.MemoExoticComponent<React.FunctionComponent<ObjectDetailsPanelHeaderProps>>Examples
tsx
<ObjectDetailsPanelHeader
breadcrumb={[
{ label: 'Home', link: '/' },
{ label: 'Locations', link: '/locations' },
{ label: 'Singapore' }
]}
title="Singapore Office"
subtitle={<Chip icon="fas circle" label="Active" />}
analytics={[
{ icon: 'fas building', value: 5, label: 'Buildings' },
{ icon: 'fas layer-group', value: 12, label: 'Floors' }
]}
backgroundImage="/images/office.jpg"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated