Bootstrap components are ready-made UI building blocks like buttons, alerts, navbars, cards, modals, forms, and more. You can drop them into your page by adding specific classes to HTML elements.
Check the full components list: Bootstrap Components Docs
Type or modify the components below and preview them live:
.alert
, .btn
, and .card
. You can chain classes for different styles (like btn btn-danger
or alert alert-info
).