UI Components
Pre-built verification UI for web applications. Choose the integration that fits your stack.
Quick Install
Install via npm or include via CDN:
npm install @aho-sdk/verify
<script src="https://js.aho.com/v1"></script>
Available Components
Choose the integration that matches your framework:
Web Components
HTML custom elements with Shadow DOM and CSS custom properties
@aho-sdk/components-web
React
React components and hooks for verification flows
@aho-sdk/components-react
Vue
Vue components and composables for verification flows
@aho-sdk/components-vue
Programmatic API
Core SDK for custom integrations and direct API usage
@aho-sdk/verify
HTML Data Attributes
Zero-JavaScript integration using data-aho-* attributes on any button
@aho-sdk/verify
Which should I use?
| Framework | Recommended | Why |
|---|---|---|
| React | React Components | Native hooks and TypeScript support |
| Vue | Vue Components | Composition API and TypeScript support |
| Vanilla JS / Any | Web Components | Framework-agnostic custom elements |
| Server-rendered | HTML Fallback | Works without JavaScript |
| Custom UI | Programmatic | Full control over the verification flow |