Standard

The nds_hero_search renders component with dataset search form. It accepts optional img parameter that adds an image to background of the container

title and intro can be used to specify heading and short introduction above the form.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.nds_hero_search( img="https://picsum.photos/500/300", title="Hero search", intro=lipsum(1)) }} {%- endraw %} {%- endcall %}