Trying to build e-commerce website using bootstrap. I want to know:-
1- how to make items sliders item-Slider
2- Navbar drop menu expanded. Expanded Drop-menu
Trying to build e-commerce website using bootstrap. I want to know:-
1- how to make items sliders item-Slider
2- Navbar drop menu expanded. Expanded Drop-menu
Copyright © 2021 Jogjafile Inc.
for question 1:
Just put multiple items in
.carousel-itemfor question 2:
Dropdown compoent can't expanded by default because it's expanded via calculate it's position by JS. You can consider to use another components, likes
Accordion,List groupor the thirdy package, like FastBootstrap's Menu component.