Communicate information or drive action via in-line content cards
Card
component is a handy little UI element that’s great for showing off promotional materials and important info in a visually appealing way. While they share some similarities with banners, cards have their own unique vibe and offer flexibility in placement.
When to Use Cards:
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.