diff --git a/advanced/widget/chat.mdx b/advanced/widget/chat.mdx index f303235f4..216179a7a 100644 --- a/advanced/widget/chat.mdx +++ b/advanced/widget/chat.mdx @@ -75,11 +75,12 @@ In the first script tag or the React component props, you can customize the appe #### MintlifyWidgetDisplayTriggerProps -| Prop | Type | Description | -| ------------- | ------------------------------------ | -------------------------------------------------------------------------------------- | -| `type?` | `'button'` \| `'input'` | Type of the trigger to display. Defaults to `button`. | -| `buttonIcon?` | `'chat'` \| `'sparkles'` \| `'mintlify'` | Icon used in the trigger. Only available for the `button` trigger. Defaults to `chat`. | -| `iconOnly?` | `boolean` | Only show icon in the trigger or not. Defaults to `false`. | +| Prop | Type | Description | +| ------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- | +| `type?` | `'button'`\|`'input'` | Type of the trigger to display. Defaults to `button`. | +| `label?` | `string` | Label displayed in the trigger. Defaults to `Get help` for the button trigger and `Ask anything...` for the input trigger. | +| `buttonIcon?` | `'chat'`\|`'sparkles'`\|`'mintlify'` | Icon used in the trigger. Only available for the `button` trigger. Defaults to `chat`. | +| `iconOnly?` | `boolean` | Only show icon in the trigger or not. Defaults to `false`. | Here is an overview of what the trigger looks like with different configurations.