YuhuanStudioYunUIDocs
AI

ID Badge

A compact monospace, click-to-copy badge for ids, keys, and tokens.

A compact monospace badge for ids, keys, and other copyable tokens. Clicking it copies the text to the clipboard and briefly shows a check icon. Long values truncate by default; set truncate={false} to keep the full value on one line.

Import

tsx
1import { IDBadge } from "@yuhuanowo/yunui/ai";

Basic

Basic

Without truncation

Without truncation

Props

PropTypeDefaultDescription
size"default" | "sm"sm
text*string
truncatebooleantrue

On this page