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.
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