Standalone Pin
Overview
Concepts
- Overview
- Customize Layout
- Customize CSS
- Template Variables
- Conditional Templates
- Action Components
- Variants
General Wireframe Setup
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
- In-app Notifications
- Inline Reactions
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
Standalone Pin
Overview
The Pin that appears on the DOM when you place a Comment.
<VeltWireframe>
<VeltCommentPinWireframe>
{/* Ghost Comment Indicator */}
<VeltCommentPinWireframe.GhostCommentIndicator/>
{/* Index */}
<VeltCommentPinWireframe.Index/>
{/* Private Comment Indicator */}
<VeltCommentPinWireframe.PrivateCommentIndicator/>
{/* Triangle */}
<VeltCommentPinWireframe.Triangle/>
{/* Unread Comment Indicator */}
<VeltCommentPinWireframe.UnreadCommentIndicator/>
</VeltCommentPinWireframe>
</VeltWireframe>
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
Default Component
Here’s how the default comment pin component looks like:
<VeltWireframe>
<VeltCommentPinWireframe>
{/* Ghost Comment Indicator */}
<VeltCommentPinWireframe.GhostCommentIndicator/>
{/* Index */}
<VeltCommentPinWireframe.Index/>
{/* Private Comment Indicator */}
<VeltCommentPinWireframe.PrivateCommentIndicator/>
{/* Triangle */}
<VeltCommentPinWireframe.Triangle/>
{/* Unread Comment Indicator */}
<VeltCommentPinWireframe.UnreadCommentIndicator/>
</VeltCommentPinWireframe>
</VeltWireframe>
<VeltWireframe>
<VeltCommentPinWireframe>
{/* Ghost Comment Indicator */}
<VeltCommentPinWireframe.GhostCommentIndicator/>
{/* Index */}
<VeltCommentPinWireframe.Index/>
{/* Private Comment Indicator */}
<VeltCommentPinWireframe.PrivateCommentIndicator/>
{/* Triangle */}
<VeltCommentPinWireframe.Triangle/>
{/* Unread Comment Indicator */}
<VeltCommentPinWireframe.UnreadCommentIndicator/>
</VeltCommentPinWireframe>
</VeltWireframe>