codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 23 forks source link

[Enhancement] - Create a Card Component #626

Open joshua-cornett opened 2 months ago

joshua-cornett commented 2 months ago

Describe the Current Behavior/Feature:

Cards are increasingly common in the application. Messages already incorporate them, and Documents will too (see issue #606 ). We should implement a reusable Card component.

Rationale:

Simplifies the use of cards throughout the application by providing reusable code.

Proposed Changes:

image

Possible Drawbacks:

Alternatives Considered:

N/A

Additional Context:

This is part of an ongoing greater refactoring

andycwilliams commented 2 months ago

And just to clarify, these are for mobile views. For larger viewpoints, will be keeping the tables as they are.