Remove react-bootstrap dependency from Card
component
#2484
Labels
best addressed by breaking change
code health
Proactive technical investment via refactorings, removals, etc.
engineering
Engineering
enhancement
Relates to new features or improvements to existing features
Currently Paragon inherits from react-bootstrap's
Card
which will become a problem after removing compound components (#2464) because theirCard
also has a multiple of compound components defined which will get into consuming applications' bundle without a single usage. Furthermore, we have completely customizedCard
's behaviour by building our own subcomponents, which resulted in not using anything from react-bootstrap besidesCard
wrapper. It doesn't make much sense anymore to re-use react-bootstrap'sCard
.Tasks
The text was updated successfully, but these errors were encountered: