Skip to main content

SensitivityTag

SensitivityTag — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When 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

PropTypeRequiredDescription
level"pii" | "phi" | "financial" | "confidential" | "restricted"Data classification level.
childrenReact.ReactNodeCustom label; defaults to the level's standard abbreviation.
iconReact.ReactNodeOverride the leading icon (SVG path nodes).
classNamestring