import { VeltArrowTool } from '@veltdev/react';
function YourComponent() {
return (
<VeltArrowTool>
//custom arrow button goes here
<button className="myButton"></button
</VeltArrowTool>
)
}
<velt-arrow-tool>
<!-- custom arrow button goes here -->
<button class="myButton"></button
</velt-arrow-tool>
Arrows
Arrow Tool Custom Button
Replace the default Velt Arrow Tool trigger button with your own custom button component to match your design system, brand colors, and icon styling.
Was this page helpful?

