The following is a sample page to test out using Bootstrap "popovers" (data-bs-toggle="popover"). The version of Bootstrap used is v5.3.0.
Two color swatches are added to test the modularity of the popover.
The the code was partially generated initially generated with ChatGPT but it could never successfully generate the correct code. Instead the Bootstrap documentation was used to write bespoke code along with some assistance from Github Co-Pilot for things like code completion and Bootstrap class documentation.
The "dark" vs "light" mode toggle was also added using ChatGPT generated code.
Issues that had to be resolved included:
Early ChatGPT + custom code prototype.