Northeastern-Electric-Racing / PM-Dashboard-v2

Northeastern Electric Racing Project Management Dashboard - version 2
https://nerpm.netlify.app
GNU Affero General Public License v3.0
15 stars 2 forks source link

General - Abstract Card Component #737

Closed jamescd18 closed 2 years ago

jamescd18 commented 2 years ago

Current Features

Currently various different parts of the app use the bootstrap-react Card component in a few different ways. Anywhere it's used requires having the theme hook so that the card can be theme-styled. This may potentially create unnecessary code duplication.

Desired Additional Features

Examine the different usages of the Card component and see if a flexible abstracted card component could be created for use across the application, much in the same way we have the reusable page block component. This could help reduce the number of cases where we have the theme provider.

Screenshots (as needed)

No response