Concepts
Async Collaboration
- Comments
- Comment Dialog
- Comments Sidebar
- Overview
- Styling
- Variants
- Subcomponents
- Empty placeholder
- Filter
- Focused thread
- Header
- List
- Page mode composer
- Reset filter button
- Sidebar Button
- Skeleton
- Standalone Components (DIY)
- Inline Comments Section
- Comment Pin
- Comment Tool
- Comment Bubble
- Comment Player Timeline
- Confirmation Dialog
- MultiThread Comment Dialog
- Persistent Comment Mode Banner
- Text Comment Tool
- Text Comment Toolbar
- Velt Video Player
- In-app Notifications
- Recorder
- Inline Reactions Section
- Arrows
Realtime Collaboration
Minimal Actions Dropdown
Overview
Copy
Ask AI
<VeltWireframe>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
</VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
</VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>
We recommend that you familiarize yourselves with Customization Concepts before attempting to modify any components.
Default Subcomponent
- This enables actions like
Mark all read
andMark all resolved
in the sidebar. By default it’s not enabled. You need to explicitly add the wireframe to the sidebar.
Copy
Ask AI
<VeltWireframe>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
</VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
</VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>
Copy
Ask AI
<VeltWireframe>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
</VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
</VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>
Assistant
Responses are generated using AI and may contain mistakes.