diff options
| author | Julien Déramond <[email protected]> | 2023-04-05 08:10:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-05 09:10:47 +0300 |
| commit | d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09 (patch) | |
| tree | df87e51483f2260d5278805e4f4eef32438e2636 /site/content/docs/5.3/getting-started | |
| parent | b62fd60a6dd3e5171bf045e7dc0750fdd45a0b27 (diff) | |
| download | bootstrap-d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09.tar.xz bootstrap-d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09.zip | |
Docs: add missing `twbs/examples` and change sorting (#38407)
* Docs: add missing twbs/examples
* Change sorting of examples.yml
---------
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/content/docs/5.3/getting-started')
| -rw-r--r-- | site/content/docs/5.3/getting-started/javascript.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/content/docs/5.3/getting-started/javascript.md b/site/content/docs/5.3/getting-started/javascript.md index ef3c3ba64..8efb2fb00 100644 --- a/site/content/docs/5.3/getting-started/javascript.md +++ b/site/content/docs/5.3/getting-started/javascript.md @@ -19,6 +19,9 @@ While the Bootstrap CSS can be used with any framework, **the Bootstrap JavaScri 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/) + {{< callout >}} + **Try it yourself!** Download the source code and working demo for using Bootstrap with React, Next.js, and React Bootstrap from the [twbs/examples repository](https://github.com/twbs/examples/tree/main/react-nextjs). You can also [open the example in StackBlitz](https://stackblitz.com/github/twbs/examples/tree/main/react-nextjs?file=src%2Fpages%2Findex.tsx). + {{< /callout >}} - Vue: [BootstrapVue](https://bootstrap-vue.org/) (currently only supports Vue 2 and Bootstrap 4) - Angular: [ng-bootstrap](https://ng-bootstrap.github.io/) |
