Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 714 Bytes

File metadata and controls

16 lines (10 loc) · 714 Bytes
title lead
Jumbotron
Lightweight styling for showcasing key content and messages.

Examples

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}}

Styling the "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}}