For the complete documentation index, see llms.txt. This page is also available as Markdown.

Employee Selection

The Employee Selection component displays a fixed, hand-picked set of employees in the order you list them.

Introduction

The employee-selection component renders a specific selection of employees — chosen by UUID — in a simple two-column card grid. Unlike the Employee List, it has no tabs, headlines, filters, or team grouping: it shows exactly the employees you list, in the order given. This is useful for "your contacts" sections or curated team strips.

Basic Usage

<div
  data-carpose-component="employee-selection"
  data-api-key="your-api-key"
  data-ids="550e8400-e29b-41d4-a716-446655440000,7c9e6679-7425-40de-944b-e07fc1f90ae7"
></div>

Attributes

Attribute
Required
Description

data-carpose-component

Yes

Must be employee-selection

data-api-key

Yes

Your Carposé API key

data-ids

Yes

Comma-separated list of employee UUIDs to display, in the order they should appear

Behavior

  • Fetches and displays only the listed employees, in the given order

  • Renders a two-column card grid with no tabs, headlines, filters, or grouping

  • UUIDs that do not match an employee are skipped

Notes

Last updated