React Bootstrap Carousel. How to use react bootstrap and create a carousel (with source code) 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น •

  • @adrianmedina7746
    @adrianmedina7746 ปีที่แล้ว +1

    Es lo que buscaba, gracias

  • @domingomolina3246
    @domingomolina3246 ปีที่แล้ว +1

    Thank you very much! You helped me a lot fr!! Bless you!

  • @CastleBomber
    @CastleBomber ปีที่แล้ว

    thanks! realized its important to install "react-bootstrap" in the appropriate folder. My project has two package.json's at different levels. The root level json was not reached. needed to activate the command in my "client"/"frontend" folder

  • @fabianrr
    @fabianrr ปีที่แล้ว

    Nice, how to change the carousel size or the images?
    Cheers.

    • @TravelsCode
      @TravelsCode  ปีที่แล้ว

      Use CSS to customize image height or width.

  • @julianadelosrios9876
    @julianadelosrios9876 ปีที่แล้ว

    what is the use of mock.js, i can put the link of tihe image directly without this file right?

    • @Castorjean-l9w
      @Castorjean-l9w 6 หลายเดือนก่อน

      json-server allows you to create mock data for testing . It is possible to define a JSON file with fictitious data that will be returned in requests, facilitating the development and testing of applications before integrating them with a real API.

    • @Castorjean-l9w
      @Castorjean-l9w 6 หลายเดือนก่อน

      Yes! you can do this, but this method is more dynamic and practical, as the data will be requested.