# CollaboratorTokenProps

**Kind:** Interface

Props for the `CollaboratorToken` component. Also accepts:
* `CollaboratorTokenStyleProps`

## Properties

### `className?`

Type: `undefined | string`

Additional class names to apply to the collaborator token.

### `collaborator`

Type: `Partial<CollaboratorData>`

An object representing a collaborator. You should not create these objects from scratch, but should instead grab them from base data.

### `style?`

Type: `React.CSSProperties`

Additional styles to apply to the collaborator token.

---

## CollaboratorToken

**Kind:** Component

A component that shows a single collaborator in a small token, to be displayed inline or in a list of choices.

[[ Story id="collaboratortoken--example" title="Collaborator token example" ]]

**Parameters:**
- `props` (`CollaboratorTokenProps`)

**Returns:** `Element`
