📄️ Setup
Refer to the Installation section to learn how to add the Blaze Slider's JS and CSS files to your website.
📄️ Initialize Slider
To initialize the slider, you need to instantiate the BlazeSlider constructor with the first argument as the div.blaze-slider element in DOM you want to initialize the slider on and optional configuration as the second argument
📄️ Provide Config
Refer to BlazeConfig to learn about the structure of BlazeConfig, all the different properties that can be configured and how the configuration cascading works
📄️ Fix Layout shifts
If you are not familiar with the term "layout shift", Refer to web.dev/cls to understand what is layout shift,