Color

The color parameter of the hero banner modifies its color scheme. Allowed values are dark, light and off-white.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.nds_hero_banner(ui.heading("Dark", level=1), color="dark") }} {{ ui.nds_hero_banner(ui.heading("Light", level=1), color="light") }} {{ ui.nds_hero_banner(ui.heading("Off-white", level=1), color="off-white") }} {%- endraw %} {%- endcall %}