Giter Club home page Giter Club logo

Comments (6)

MuriungiPatrick avatar MuriungiPatrick commented on June 27, 2024 1

First you need to link the bootstrap js to the theming kit.html

from bootstrap-5-theming-kit.

fdes05 avatar fdes05 commented on June 27, 2024

@LogikaServices7 Hi there, I ran into the same issue and just had to replace the two scripts at the very bottom of the 'theming-kit.html' file as the src (source) of those two scripts are looking for the bootstrap files on your local machine. It works after I replaced them with the script tags provided in the Bootsrap documentation at the following link:
https://getbootstrap.com/docs/5.0/getting-started/introduction/

I used the two 'separate' scripts as follows:

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>

hope that helps.

from bootstrap-5-theming-kit.

LogikaServices7 avatar LogikaServices7 commented on June 27, 2024

Hey!!! I added the bootstrap cdn links and it works just fine. Thank you both for your help!

from bootstrap-5-theming-kit.

iHamzaKhanzada avatar iHamzaKhanzada commented on June 27, 2024

I made a PR for this issue #3

from bootstrap-5-theming-kit.

iHamzaKhanzada avatar iHamzaKhanzada commented on June 27, 2024

@MuriungiPatrick please close this issue as well as the PR has merged

from bootstrap-5-theming-kit.

adriangonzalez avatar adriangonzalez commented on June 27, 2024

@iHamzaKhanzada It looks like the PR has been merged, but the commit isn't showing up in main.

from bootstrap-5-theming-kit.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.