Skip to main content
Explore primitives interactively in our Storybook.
Inline Comments Section primitives can be used standalone: primitives that share the same targetElementId (React) or target-element-id (HTML) map to the same context, so standalone primitives co-locate with the root component’s data.

VeltInlineCommentsSectionCommentCount

Comment count display for the inline comments section.
<VeltInlineCommentsSectionCommentCount annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionComposerContainer

Composer container for the inline comments section.
<VeltInlineCommentsSectionComposerContainer annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionList

List container for inline comments.
<VeltInlineCommentsSectionList annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionPanel

Panel container for the inline comments section.
<VeltInlineCommentsSectionPanel annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSkeleton

Loading skeleton for the inline comments section.
<VeltInlineCommentsSectionSkeleton annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdown

Complete filter dropdown for the inline comments section.
<VeltInlineCommentsSectionFilterDropdown annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownTrigger

Trigger button for the inline comments section filter dropdown.
<VeltInlineCommentsSectionFilterDropdownTrigger annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownTriggerArrow

Arrow indicator for the inline comments section filter dropdown trigger.
<VeltInlineCommentsSectionFilterDropdownTriggerArrow annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownTriggerName

Name display for the inline comments section filter dropdown trigger.
<VeltInlineCommentsSectionFilterDropdownTriggerName annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContent

Content container for the inline comments section filter dropdown.
<VeltInlineCommentsSectionFilterDropdownContent annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContentList

List container within the inline comments section filter dropdown content.
<VeltInlineCommentsSectionFilterDropdownContentList annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContentListItem

Individual list item within the inline comments section filter dropdown.
<VeltInlineCommentsSectionFilterDropdownContentListItem annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox

Checkbox within a filter dropdown list item.
<VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContentListItemLabel

Label within a filter dropdown list item.
<VeltInlineCommentsSectionFilterDropdownContentListItemLabel annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionFilterDropdownContentApplyButton

Apply button within the inline comments section filter dropdown content.
<VeltInlineCommentsSectionFilterDropdownContentApplyButton
  targetElementId="my-section"
  defaultCondition={true}
/>
Props:
PropTypeDefaultDescription
targetElementIdstringID of the target element whose inline comments section context the button applies to
defaultConditionbooleanWhen false, the component always renders regardless of internal state

VeltInlineCommentsSectionSortingDropdown

Complete sorting dropdown for the inline comments section.
<VeltInlineCommentsSectionSortingDropdown annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownTrigger

Trigger button for the inline comments section sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownTrigger annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownTriggerIcon

Icon for the inline comments section sorting dropdown trigger.
<VeltInlineCommentsSectionSortingDropdownTriggerIcon annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownTriggerName

Name display for the inline comments section sorting dropdown trigger.
<VeltInlineCommentsSectionSortingDropdownTriggerName annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownContent

Content container for the inline comments section sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownContent annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownContentItem

Individual sort option item within the sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownContentItem annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownContentItemIcon

Icon for a sort option item in the sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownContentItemIcon annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownContentItemName

Name label for a sort option item in the sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownContentItemName annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).

VeltInlineCommentsSectionSortingDropdownContentItemTick

Tick/checkmark for the active sort option item in the sorting dropdown.
<VeltInlineCommentsSectionSortingDropdownContentItemTick annotationId="abc123" />
Props: Common inputs only (see Common Inputs section).