Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?