aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-05-11 20:51:00 +0200
committerMark Otto <[email protected]>2022-05-11 12:06:48 -0700
commit88a6610895c05d05f4710d0783eb5ea2f30294fe (patch)
tree86b1b2c21227d76d4ab225ef70e04611fddaec18 /site/content/docs/5.1
parentbbda152cd918890e6168d7f6dcfdd27d4d6068a7 (diff)
downloadbootstrap-88a6610895c05d05f4710d0783eb5ea2f30294fe.tar.xz
bootstrap-88a6610895c05d05f4710d0783eb5ea2f30294fe.zip
Minor changes in 'Usage with JavaScript frameworks' description
Diffstat (limited to 'site/content/docs/5.1')
-rw-r--r--site/content/docs/5.1/getting-started/javascript.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.1/getting-started/javascript.md b/site/content/docs/5.1/getting-started/javascript.md
index b4d8cbff1..fd676cf42 100644
--- a/site/content/docs/5.1/getting-started/javascript.md
+++ b/site/content/docs/5.1/getting-started/javascript.md
@@ -14,11 +14,11 @@ If you use a bundler (Webpack, Rollup...), you can use `/js/dist/*.js` files whi
## Usage with JavaScript frameworks
-While the Bootstrap CSS can be used with any framework, **the Bootstrap JavaScript is not fully compatible with 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.
+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 React and similar frameworks is to use a framework-specific package **instead of** the Bootstrap JavaScript. Here are some of the most popular options:
+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:
-- React: [react-bootstrap](https://react-bootstrap.github.io/)
+- React: [React Bootstrap](https://react-bootstrap.github.io/)
- Vue: [BootstrapVue](https://bootstrap-vue.org/)
- Angular: [ng-bootstrap](https://ng-bootstrap.github.io/)