LegalNotice
LegalNotice provides compact, styled blocks for legal disclaimers, confidentiality notices, and regulatory warnings.
All Variants
<LegalNotice variant="default">
This document is for internal use only.
</LegalNotice>
<LegalNotice variant="confidential">
Confidential — Do not distribute outside authorized teams.
</LegalNotice>
<LegalNotice variant="regulatory">
This content is subject to regulatory requirements under GDPR and CCPA.
</LegalNotice>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | 'default' | 'confidential' | 'regulatory' | 'default' | Visual treatment |
children | ReactNode | — | Notice content |
Related Components
- SecurityLevelBadge
- ComplianceReference