Note Card Widget
Component Detail
User Interface
low complexity
mobile
0
Dependencies
1
Dependents
1
Entities
0
Integrations
Description
Compact card widget that renders a single note entry in the Notes List Screen. Displays the note's creation timestamp, a truncated preview of the text content, and provides a swipe-to-delete affordance for the note author.
note-card-widget
Responsibilities
- Display note timestamp and content preview
- Expose tap handler to open note in editor
- Expose swipe-to-delete action for note author
- Respect WCAG 2.2 AA touch target and contrast requirements
Interfaces
onTap(noteId)
onDelete(noteId)
render(note)