Skip to content

Create a reusable card component with title, description/image, optional drop shadow, and optional button display #72

@7riumph

Description

@7riumph

What will this add or fix? 🛠️

Currently the app mutates a button component in lieu of a dedicated card component ex. here

Create a dedicated card component with the listed props to replace present and future cards.

How might this affect users? 🤔

n/a, for development

How should it operate and or look? ( Figma design screenshot 📷 or code flow description )

Creative freedom, though it should look in-line with the current implementation.

Acceptance Criteria

Component at least has the following props:

  • title
  • description
  • displayDropShadow
  • displayButton (ensure its centered)

Additionally

  • It's good practice to create clear action-oriented commits for each change.

  • View the CaseListScreen to see what's current

  • Also use this for reference

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions