[SG-32129] Wildcard: Collapse implementation
Created by: gitstart-sourcegraph
Description
As part of Wildcard V2, we greatly reduced our dependency on reactstrap.
We now only use the library in a small amount of places.
We should implement our own variant of the Collapse component so we can start to remove this dependency.
Implementation
We should implement a component that has similar functionality and styles to our Collapse usage.
Refs
Preview Apps
Test plan
- Replace the usage of
reactstrap
Collapse
withwildcard
Collapse
- Compare UI and function of local with the deployed one