Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/pages/api-reference/liveblocks-react-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,9 @@ provided, the `userId` prop is ignored.
<PropertiesListItem name="size" type="string | number">
The size of the pin.
</PropertiesListItem>
<PropertiesListItem name="padding" type="string | number">
The padding within the pin.
</PropertiesListItem>
<PropertiesListItem name="children" type="ReactNode">
The content shown in the pin. If provided, the `userId` prop is ignored.
</PropertiesListItem>
Expand Down Expand Up @@ -3814,6 +3817,9 @@ properties.
<PropertiesListItem name="size" type="string | number">
The size of the avatars.
</PropertiesListItem>
<PropertiesListItem name="gap" type="string | number">
The gap around the avatars.
</PropertiesListItem>
<PropertiesListItem name="overrides" type="Partial<GlobalOverrides>">
Override the component’s strings.
</PropertiesListItem>
Expand Down
Loading