Display
Quickly and responsively toggle the display value of components and more with our display utilities
Class
|
Properties
|
---|---|
d-none | |
d-inline | |
d-inline-block | |
d-block | |
d-grid | |
d-table | |
d-table-cell | |
d-table-row | |
d-flex | |
d-inline-flex |
Responsive
Responsive variations also exist for each display value. Use the .d-{breakpoint}-{value}
for sm, md, lg, xl, and xxl to any existing display
utility.
<div class="d-none d-md-flex ..."></div>