Communicate information or drive action via modal-based announcements
Announcement
component is a flexible communication tool that’s perfect for sharing important information or driving user action. They’re especially effective for getting the word out about new feature launches, upcoming webinars, or welcoming users to new areas of your product.
When to Use Announcements:
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
.DismissableLayer
.
Specifically, when a pointerdown
event happens outside or focus moves outside of it.
Can be prevented.pointerdown
event happens outside of the DismissableLayer
.
Can be prevented.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.