How is Bootstrap included?

Created on 11 February 2025, 2 months ago

Question

Hi,

could you point how, how Bootstrap (the CSS / JS library) are included?
Are all bootstrap elements supported via Belgrade or do I have to load the Bootstrap library additionally somehow into my site?

Background

I'm using Belgrade with:

  • layout builder bootstrap
  • views bootstrap

and I'm trying to create a carousel with views.
Seems to be not working smoothly, the indicators are not visible / under the content and they are white on on a white background.

💬 Support request
Status

Active

Version

2.0

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @transmitter
  • 🇷🇸Serbia majmunbog

    Belgrade is built on Bootstrap 5 and includes the Bootstrap CSS and JS by default in the belgrade/global library.
    Bootstrap SCSS files are included in main.scss from the node_modules directory and compiled into main.css.
    Bootstrap JS is delivered from CDN: //cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js

    The issues you may have are due to the overrides made to Bootstrap in order to achieve the Belgrade design. Some SCSS/CSS work might be required.

Production build 0.71.5 2024