FeatureCardWidget
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
A self-contained card component that presents a single platform capability in a visual, scannable format for prospective organizations. It displays a feature name, brief description, and relevant area or benefit tag without requiring user interaction or login. The widget is designed for repeated composition across the FeatureShowcasePage grid.
feature-card-widget
Sources & reasoning
Line 224 lists feature overview as a core Sales Website capability alongside the landing page. Both fall under Product Sales Website MVP scope in Fase 1 (lines 335-336), setting target_release to MVP. The blueprint assigns FeatureShowcasePage and FeatureCardWidget to this feature under Product Showcase, confirming it as a distinct deliverable.
-
docs/source/likeperson.md · line 224- Product landing page and feature overview
-
docs/source/likeperson.md · line 335-336**Product Sales Website (MVP scope):** - Statisk landingsside med produktbeskrivelse og fordeler
-
docs/source/likeperson.md · line 220- Purpose: Public information site for prospective organizations - explains what Meander is, shows features, and collects demo requests.
Responsibilities
- Display feature name, description, and area/benefit tag
- Render an icon or visual indicator representing the feature category
- Support click or hover interaction to expand or navigate to feature detail
- Adapt layout for different grid column sizes on desktop and mobile
Interfaces
render(feature: Feature): HTMLElement
onClick(featureId: string): void