title | lead |
---|---|
Jumbotron |
Lightweight styling for showcasing key content and messages. |
The Jumbotron component was removed in Bootstrap 5, so there is no longer a dedicated Jumbotron
component in dash-bootstrap-components either. However, thanks to Bootstrap's flexible utility classes, it is easy to recreate a jumbotron-like layout yourself. Here's a simple example
{{example:components/jumbotron/simple.py:jumbotron}}
There are many utility classes available in Bootstrap. By combining them you can easily customise the look and feel of your app.
{{example:components/jumbotron/custom.py:jumbotron}}