Tenbeo Governance
Welcome to the Tenbeo Governance
Widget Integration
Add the Verify with Tenbeo button to any website
HTML
<div id="tenbeo-verify"></div> <script src="https://governance.tenbeo.ai/widget/tenbeo-verify.js" data-host="https://governance.tenbeo.ai" ></script>
Customization Options
| Attribute | Default | Description |
|---|---|---|
| data-theme | "dark" | Theme preset: "dark" or "light" |
| data-label | "Verify with Tenbeo" | Button text |
| data-size | "md" | Button size: "sm", "md", or "lg" |
| data-radius | "10px" | Border radius for button and cards |
| data-bg | theme | Background color override |
| data-color | theme | Text color override |
| data-accent | theme | Accent / hover glow color |
| data-success-color | "#34d399" | Verified state color |
| data-error-color | "#f87171" | Failed / error state color |
| data-font | system | Font family |
| data-width | auto | Max width of the widget |
Events
tenbeo:verifiedFired on success. e.detail.score contains the match score.tenbeo:failedFired on failure. e.detail.score contains the match score.