Skip to content

ProfileChip

Demo variant of the sidebar profile control, aliased in only for --mode demo. The demo runs on one fixed profile, so this shows it read-only with no set / clear dialog.

Interfaces

ProfileChipProps

Defined in: src/demo/components/ProfileChip.tsx:10

Properties

Property Type Description Defined in
expanded boolean Whether the sidebar is expanded (show the label) or collapsed (icon only). src/demo/components/ProfileChip.tsx:12

Functions

ProfileChip()

function ProfileChip(__namedParameters): Element;

Defined in: src/demo/components/ProfileChip.tsx:16

The demo profile chip: the fixed profile, read-only.

Parameters

Parameter Type
__namedParameters ProfileChipProps

Returns

Element