Reference

BootstrapVueNext and Bootstrap reference, and additional resources documentation.

A brief overview of BootstrapVueNext's features and limitations for the creation of accessible content.
Color variants are available when using the default Bootstrap v5 CSS and their mappings to CSS classes. Below are the variants available when using the default Bootstrap v5 CSS. When using BootstrapVueNext components, the variants are referred to by their variant name, rather than by the underlying CSS classname.
BootstrapVueNext does not include form validation by default; we leave that up to the many existing form validation plugins. Included here are some examples of validation plugins and how they may be integrated.
Information on including images in your components. The src prop and blank-src prop work only with absolute or fully-qualified URLs. If using project assets as image sources, you'll need to configure your build tool to transform asset URLs.
Several BootstrapVue components support rendering RouterLink components compatible with Vue Router and Nuxt.js. For more information, see the official Vue Router docs and official Nuxt.js docs.
BootstrapVue provides a few options for customizing component default values, and more.
Bootstrap v5 CSS provides several classes that control the sizing of elements, some of which have been translated into props on components.
Bootstrap v5 CSS includes a wide range of shorthand responsive margin and padding utility classes to modify an element's appearance.
There are several ways you can create your app, from basic client side HTML all the way up to using a build system and compilers.
Theming is accomplished by SASS variables, SASS maps, and custom CSS. There is no dedicated theme stylesheet; instead, you can enable the built-in theme to add gradients, shadows, and more.
There are several 3rd party libraries that you can use to add additional functionality and features to your BootstrapVue project.
Bootstrap v5 CSS provides various utility classes to control color, spacing, flex-box, text alignment, floating, position, responsive display/hiding and much more.