User Interface medium complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Reusable block that renders a single named policy section with a heading and body text. Handles paragraph formatting and inline emphasis. Used by PrivacyPolicyScreen to compose the full document.

Feature: Privacy Policy

policy-section-block

Sources & reasoning

Privacy Policy appears in both the help-support area taxonomy (line 479) and the Sales Website MVP scope (line 336), confirming it is required from launch across all products. GDPR compliance is mandatory given Meander processes health and biometric data for Norwegian organizations.

Responsibilities

  • Render section heading at correct WCAG contrast ratio
  • Render multi-paragraph body text with correct line height
  • Support content passed as structured data or plain string

Interfaces

render(props: { title: string; body: string }): ReactElement