Topic: Add carousel module
                  
                  Kevin
                  priority
                  asked 2 years ago
                
Good noon,
I have only added the css and js lightbox stylesheets and scripts and now I want to add the carousel. Which sheets do I have to add?
Best regards Kevin
                      
                      Mateusz Lazaru
                      staff
                        answered 2 years ago
                    
How do your imports look like? Do you use any bundler in your project?
if not you should import all mdb code with these imports:
CSS:
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- Font Awesome -->
<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
JS:
<!-- End of the body tag -->
<script type="text/javascript" src="js/mdb.min.js"></script>
Note: css/mdb.min.css and js/mdb.min.js are correct paths for mdb-ui-kit downloaded from 'my-orders'. It will be different for NPM installation.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
 - Premium support: Yes
 - Technology: MDB Standard
 - MDB Version: MDB5 6.2.0
 - Device: Computer
 - Browser: Firefox
 - OS: Windows 11
 - Provided sample code: No
 - Provided link: No