Communicate information or drive action via in-line banners
Banner
component is a versatile, persistent UI component that typically span the full width of a page or container, often at the top or bottom of the page. They serve as an unobtrusive way to communicate important information and promote additional offerings without disrupting the user’s workflow.
When to use Banners:
as={Dialog}
will render the Flow in a modal Dialog. Defaults to Box
.flow.start()
or step.start()
from the parent component if you set this to false
. Most components should not need to override this behavior.Defaults to true
.false
, the step will not be automatically completed when clicked.false
, the step will not be automatically completed when clicked.title: Hello, ${name}!
in the Flow configuration and pass variables={{name: 'John'}}
to customize the copy.