Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add in BootstrapVueNext to getting-started/javascript page, labelled alpha #38969

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/5.2/getting-started/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,10 @@ <h2 id="usage-with-javascript-frameworks">Usage with JavaScript frameworks <a cl
<p>While the Bootstrap CSS can be used with any framework, <strong>the Bootstrap JavaScript is not fully compatible with JavaScript frameworks like React, Vue, and Angular</strong> 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 &ldquo;open&rdquo; position.</p>
<p>A better alternative for those using this type of frameworks is to use a framework-specific package <strong>instead of</strong> the Bootstrap JavaScript. Here are some of the most popular options:</p>
<ul>
<li>React: <a href="https://react-bootstrap.github.io/">React Bootstrap</a></li>
<li>Vue: <a href="https://bootstrap-vue.org/">BootstrapVue</a> (currently only supports Vue 2 and Bootstrap 4)</li>
<li>Angular: <a href="https://ng-bootstrap.github.io/">ng-bootstrap</a></li>
<li>React: <a href="https://react-bootstrap.github.io/" rel="noopener">React Bootstrap</a></li>
<li>Vue: <a href="https://bootstrap-vue.org/" rel="noopener">BootstrapVue</a> (Bootstrap 4)</li>
<li>Vue 3: <a href="https://bootstrap-vue-next.github.io/bootstrap-vue-next/" rel="noopener">BootstrapVueNext</a> (Bootstrap 5) <b>ALPHA</b></li>
<li>Angular: <a href="https://ng-bootstrap.github.io/" rel="noopener">ng-bootstrap</a></li>
</ul>
<h2 id="using-bootstrap-as-a-module">Using Bootstrap as a module <a class="anchor-link" href="#using-bootstrap-as-a-module" aria-label="Link to this section: Using Bootstrap as a module"></a></h2>
<div class="bd-callout bd-callout-info">
Expand Down
15 changes: 8 additions & 7 deletions docs/5.3/getting-started/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,14 @@ <h2 id="usage-with-javascript-frameworks">Usage with JavaScript frameworks <a cl
<p>While the Bootstrap CSS can be used with any framework, <strong>the Bootstrap JavaScript is not fully compatible with JavaScript frameworks like React, Vue, and Angular</strong> 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 &ldquo;open&rdquo; position.</p>
<p>A better alternative for those using this type of frameworks is to use a framework-specific package <strong>instead of</strong> the Bootstrap JavaScript. Here are some of the most popular options:</p>
<ul>
<li>React: <a href="https://react-bootstrap.github.io/">React Bootstrap</a>
<div class="bd-callout bd-callout-info">
<strong>Try it yourself!</strong> Download the source code and working demo for using Bootstrap with React, Next.js, and React Bootstrap from the <a href="https://github.com/twbs/examples/tree/main/react-nextjs">twbs/examples repository</a>. You can also <a href="https://stackblitz.com/github/twbs/examples/tree/main/react-nextjs?file=src%2Fpages%2Findex.tsx">open the example in StackBlitz</a>.
</div>
</li>
<li>Vue: <a href="https://bootstrap-vue.org/">BootstrapVue</a> (currently only supports Vue 2 and Bootstrap 4)</li>
<li>Angular: <a href="https://ng-bootstrap.github.io/">ng-bootstrap</a></li>
<li>React: <a href="https://react-bootstrap.github.io/" rel="noopener">React Bootstrap</a>
<div class="bd-callout bd-callout-info">
<strong>Try it yourself!</strong> Download the source code and working demo for using Bootstrap with React, Next.js, and React Bootstrap from the <a href="https://github.com/twbs/examples/tree/main/react-nextjs">twbs/examples repository</a>. You can also <a href="https://stackblitz.com/github/twbs/examples/tree/main/react-nextjs?file=src%2Fpages%2Findex.tsx">open the example in StackBlitz</a>.
</div>
</li>
<li>Vue: <a href="https://bootstrap-vue.org/" rel="noopener">BootstrapVue</a> (Bootstrap 4)</li>
<li>Vue 3: <a href="https://bootstrap-vue-next.github.io/bootstrap-vue-next/" rel="noopener">BootstrapVueNext</a> (Bootstrap 5) <b>ALPHA</b></li>
<li>Angular: <a href="https://ng-bootstrap.github.io/" rel="noopener">ng-bootstrap</a></li>
</ul>
<h2 id="using-bootstrap-as-a-module">Using Bootstrap as a module <a class="anchor-link" href="#using-bootstrap-as-a-module" aria-label="Link to this section: Using Bootstrap as a module"></a></h2>
<div class="bd-callout bd-callout-info">
Expand Down