I am trying to insert a Bootstrap Button Group Component into a properly setup Container > Row > Column structure. I dont see that component listed. Is this something that needs to be coded manually or is there a different solution to achieve a Button Group style layout. I am trying to create something similar to whats shown in the image.
Also, what is the proper method for applying links to Bootstrap Buttons?
I think it is important to know when to use buttons and when to use links. This is a summary:
Buttons are used for actions that affect the website’s front-end or back-end; links are used for navigation and actions that don’t affect the website at all.
In your case you should be using links. Have a look at how I added the links (at 10:07 minute mark):