import { VeltUserInviteTool } from '@veltdev/react';

function YourComponent() {
  return (
    //
    <VeltUserInviteTool />
    //
  )
}
  • React / Next.js

  • HTML

1

Import VeltUserInviteTool from @veltdev/react

Import the VeltUserInviteTool component

import { VeltUserInviteTool } from '@veltdev/react';
2

Place the VeltUserInviteTool component

Place the component wherever you want the invite button to appear.

<VeltUserInviteTool />