VeltCommentsSidebarV2 directly to use it.
- React / Next.js
- Other Frameworks
VeltCommentsSidebarV2Props.
For V2 wireframe customization, see Comment Sidebar V2 UI Customization.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VeltCommentsSidebarV2 directly to use it.
import {
VeltProvider,
VeltCommentsSidebarV2,
VeltSidebarButton,
VeltCommentTool
} from '@veltdev/react';
export default function App() {
return (
<VeltProvider apiKey="API_KEY">
<VeltComments />
<VeltCommentsSidebarV2 />
<div className="toolbar">
<VeltCommentTool />
<VeltSidebarButton />
</div>
</VeltProvider>
);
}
<velt-comments-sidebar-v2></velt-comments-sidebar-v2>
VeltCommentsSidebarV2Props.
For V2 wireframe customization, see Comment Sidebar V2 UI Customization.Was this page helpful?
