import { VeltArrowTool } from '@veltdev/react'; export default function App() { return ( <> <VeltArrowTool> <button slot="button">Arrow</button> </VeltArrowTool> </> ); }
Replace the Arrow Tool
button
Was this page helpful?