C2LC-187: Implement our own button component and stop using the React Bootstrap Button

Metadata

Source
C2LC-187
Type
Task
Priority
N/A
Status
To Do
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-05-14T11:18:05.767-0400
Updated
2024-05-13T16:03:47.957-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

We are currently using the React Bootstrap Button component within the coding environment but it is causing us more trouble than it is providing value. We are often fighting with the Bootstrap styles and in order to get the styling that we want, we need to make highly-specific CSS rules, with many selectors to override the Bootstrap styles.

We have an existing custom button component that wraps the Bootstrap one, AriaDisablingButton which would provide a good starting point.

Comments