# HTMX Tabs Demo ## Example Overview This example demonstrates how to use Bootstrap 5 tabs with **[HTMX](https://htmx.org/)** to load tab content dynamically without full page reloads. Each tab makes an HTMX request when selected. ### Key features highlighted: - Bootstrap 5 tabs integration - Automatic loading of initial tab content --- ## Key Code Segments ### Main Template with Tabs Structure The main template sets up the Bootstrap 5 tabs and configures HTMX requests for each tab. :::{admonition} HTMX Tabs Template :class: dropdown ```html