import { VeltArrows, VeltArrowTool } from '@veltdev/react'; function YourComponent() { return ( <div> <VeltArrows/> <div className="toolbar"> <VeltArrowTool /> </div> </div> ) }
Arrow
import { VeltArrows, VeltArrowTool } from '@veltdev/react';
VeltArrows
<div> <VeltArrows/> </div>
VeltArrowsTool
<div className="toolbar"> <VeltArrowTool /> </div>
Was this page helpful?