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.

Feature: Notes

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)

Relationships

Dependents (1)

Components that depend on this component

Related Data Entities (1)

Data entities managed by this component