Introducing: The Carousel component
Be sure to upgrade to the latest release of dash-bootstrap-components v0.13.0 and take the new Carousel component for a spin. Use it to create a slideshow that cycles through a series of images and text. It also includes support for previous/next controls and indicators.
See the new Carousel section of the docs for more information.
Here is small preview. And if you make something cool with Carousel please feel free to post it in this thread!

photos by @tcbegley
Other enhancements and improvements
-
The
titleprop is now available onButtonandBadge(PR 617) -
Added
links_leftprop toNavbarSimpleto allow links to be left-aligned (PR 618) -
Fixed bug in
Spinnercomponent that meantspinner_styleprop was not correctly applied to the spinner. (PR 578) -
Updated behaviour of
Inputwithtype="number"to match behaviour in dash-core-components. If an invalid input is entered (i.e. one outside the range ofmin/maxor with an invalidstep) the component passes the valueNoneto callbacks for the first invalid input, then doesn’t fire again until a valid input is entered. PR 626)
Announcing: Julia and R examples
The dash-bootstrap-component documentation now includes Julia and R code snippets. Select the tab corresponding to the language you are using.
Also, find more Julia example apps here
Big thanks to @glsdown for translating all the code snippets and example apps to Julia! 

And thanks to @tcbegley who does an amazing job maintaining the dash-bootstrap-components library. 
1 post - 1 participant
Introducing: The Carousel component
Other enhancements and improvements