Directives

'Vue3` supports using custom directives, here you can find a list of directives from this package.

Depending on the installation method, directives may be automatically registered globally. However, if they are not automatically imported, you will want to import them manually. Every directive is exposed using the v- prefix. For example, for directive BToggle, it is imported under vBToggle. When using the composition api, it will function as expected. However, if you are using the options api you will want to manually remove the v- prefix during registry. For more information, visit the vue docs.

The BColorMode directive has a similar result to the useColorMode utility, but provides more low level access than the composable
Similar to the BToggle directive, the BModal directive is used to trigger the state of a modal through directive
Add popovers to any element on your site, using Bootstrap v4 CSS for styling and animations
A light-weight directive for toggling visibility state for collapses and sidebars by ID. It automatically handles the accessibility attributes on the trigger element
Add custom tooltips to any element. Tooltips can be triggered by hovering, focusing, or clicking an element