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 { VeltUserRequestTool } from '@veltdev/react'; function YourComponent() { return ( <div className="toolbar"> <VeltUserRequestTool /> </div> ) }
VeltUserRequestTool
import { VeltUserRequestTool } from '@veltdev/react';
<div className="toolbar"> <VeltUserRequestTool /> </div>
Place the <velt-user-request-tool> component
<div class="toolbar"> <velt-user-request-tool></velt-user-request-tool> </div>
Was this page helpful?