1

Import the Arrow components from @veltdev/react

Import the Arrow components

import { VeltArrows, VeltArrowTool } from '@veltdev/react';
2

Place the VeltArrows component

Place the VeltArrows component at the root of your app.

<div>
  <VeltArrows/>
</div>
3

Place the VeltArrowTool component

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

<div className="toolbar">
  <VeltArrowTool />
</div>