Concepts
Async Collaboration
- Comments
- Comment Dialog
- Comment Pin
- Comment Tool
- Comment Bubble
- Comment Video Player
- Comment Player Timeline
- Confirmation Dialog
- Inline Comments
- Multithread Comment Dialog
- Persistent Comment Mode Banner
- Text Comment Tool
- Text Comment Toolbar
- Standalone Components
- Comments Sidebar
- Overview
- Styling
- Variants
- Subcomponents
- Empty placeholder
- Filter
- Focused thread
- Header
- List
- Page mode composer
- Reset filter button
- Sidebar Button
- Skeleton
- In-app Notifications
- Recorder
- Inline Reactions
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
- Single Editor Mode
Minimal Actions Dropdown
Overview
<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.
<VeltWireframe>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
</VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
</VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>
<VeltWireframe>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
<VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
</VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
</VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>