Composables - Table of Contents

BootstrapVueNext exposes several custom composables that integrate with various components.

A global breadcrumb system to pair with the BBreadcrumb component
Implement a color scheme to reactively use light/dark or other color modes. Light and dark themes are included by default, but you can create more by reviewing the usage on the Bootstrap v5 documentation (Color Modes)
Conveniently hide or show modals programmatically from anywhere in the app
Create or hide modals from anywhere in the app, or close all modals from one source using this utility
Control popovers and tooltips in your application, enabling the display popover elements with ease
Conveniently orchestrate a push notification system by showing or hiding Toasts with our useToastController composable system