From 055cd428c05877e42250ece6a5afc60489091446 Mon Sep 17 00:00:00 2001 From: Issayah Date: Wed, 26 Jul 2023 14:38:43 -0500 Subject: [PATCH] docs: add in BootstrapVueNext to getting-started/javascript page, labelled alpha --- docs/5.2/getting-started/javascript/index.html | 7 ++++--- docs/5.3/getting-started/javascript/index.html | 15 ++++++++------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/5.2/getting-started/javascript/index.html b/docs/5.2/getting-started/javascript/index.html index 0fa73a95b808..41dfd379b67d 100644 --- a/docs/5.2/getting-started/javascript/index.html +++ b/docs/5.2/getting-started/javascript/index.html @@ -538,9 +538,10 @@

Usage with JavaScript frameworks While the Bootstrap CSS can be used with any framework, the Bootstrap JavaScript is not fully compatible with JavaScript frameworks like React, Vue, and Angular which assume full knowledge of the DOM. Both Bootstrap and the framework may attempt to mutate the same DOM element, resulting in bugs like dropdowns that are stuck in the “open” position.

A better alternative for those using this type of frameworks is to use a framework-specific package instead of the Bootstrap JavaScript. Here are some of the most popular options:

Using Bootstrap as a module

diff --git a/docs/5.3/getting-started/javascript/index.html b/docs/5.3/getting-started/javascript/index.html index 4e09f44a3475..27b34da76b65 100644 --- a/docs/5.3/getting-started/javascript/index.html +++ b/docs/5.3/getting-started/javascript/index.html @@ -596,13 +596,14 @@

Usage with JavaScript frameworks While the Bootstrap CSS can be used with any framework, the Bootstrap JavaScript is not fully compatible with JavaScript frameworks like React, Vue, and Angular which assume full knowledge of the DOM. Both Bootstrap and the framework may attempt to mutate the same DOM element, resulting in bugs like dropdowns that are stuck in the “open” position.

A better alternative for those using this type of frameworks is to use a framework-specific package instead of the Bootstrap JavaScript. Here are some of the most popular options:

Using Bootstrap as a module