Cognitive Biases / Authority
Authority
Endorsement / trust badge (verified, certified, endorsed, featured). Optional link mode. Triggers authority bias.
behavioral v0.9.0
Playground
Examples
Featured by
<bias-authority source="Wirecutter" kind="featured"></bias-authority> ISO certified link
<bias-authority source="ISO 27001" kind="certified" href="#"></bias-authority> Import
import { BiasAuthority } from '@cognivo/components/bias'; // Or tree-shake: import '@cognivo/components/bias-authority'; Per-component imports ship only that component (~8 kB gzip).
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
source | string | — | Endorser / certifier name |
kind | "verified" | "endorsed" | "certified" | "featured" | "verified" | Endorsement style |
icon | string | — | Optional icon override (default by kind) |
href | string | — | If set, badge becomes a link |