Buttons
DEFAULT BUTTONS

Use the button classes on a tag or element.

				
				
				
				
				
				
				
				
				
			
BUTTON-ROUNDED

Add .rounded-pill to default button to get rounded corners.

			    
				
				
				
				
				
				
				
				
			
BUTTON-SIZES

Add .btn-lg, .btn-sm for additional sizes.

			    
				
				
			
ICON BUTTONS

Icon only button.

				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
			
BUTTON GROUP

Wrap a series of buttons with .btn in .btn-group.



				
BUTTON OUTLINE

Use a classes .btn-outline-** to quickly create a bordered buttons.

				
				
				
				
				
				
				
				
			
BUTTON OUTLINE ROUNDED

Use a classes .btn-outline-** to quickly create a bordered buttons.

				
				
				
				
				
				
				
				
			
BUTTON-DISABLED

Add the disabled attribute to buttons.

				
				
				
				
			
BLOCK BUTTON

Create block level buttons by adding class .d-grid to parent div.