PolicySectionBlock
Component Detail
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.
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.
-
docs/source/likeperson.md · line 479| help-support | Help & Support | Contact Us, Privacy Policy, Accessibility Statement, FAQ |
-
docs/source/likeperson.md · line 336Privacy policy og vilkår
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