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

AttributeDefaultDescription
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-bgthemeBackground color override
data-colorthemeText color override
data-accentthemeAccent / hover glow color
data-success-color"#34d399"Verified state color
data-error-color"#f87171"Failed / error state color
data-fontsystemFont family
data-widthautoMax 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.