Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
React / Next.js
Other Frameworks
Replace the Huddle Tool
Provide a template for the Huddle Tool.Target the button slot with your own custom template.<VeltHuddleTool>
<button slot="button">Huddle</button>
</VeltCommentTool>
Replace the Huddle Tool
Provide a template for the Huddle Tool.Target the button slot with your own custom template.<velt-user-invite-tool>
<button slot="button">Huddle</button>
</velt-user-invite-tool>
import {
VeltHuddleTool
} from '@veltdev/react';
export default function App() {
return (
<>
<VeltHuddleTool>
<button slot="button">Huddle</button>
</VeltHuddleTool>
</>
);
}