SensitivityTag
SensitivityTag — Prism component.
Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggleWhen to use
SensitivityTag — Prism component.
Accessibility
Masked values stay obscured to assistive tech until revealed; the reveal toggle is a labelled button. Audit entries are an ordered list.
Import
const { SensitivityTag } = window.PrismDesignSystem_39d121;
Props
| Prop | Type | Required | Description |
|---|---|---|---|
level | "pii" | "phi" | "financial" | "confidential" | "restricted" | — | Data classification level. |
children | React.ReactNode | — | Custom label; defaults to the level's standard abbreviation. |
icon | React.ReactNode | — | Override the leading icon (SVG path nodes). |
className | string | — |