UI Components
Action Card
Use this component when you want to provide users the ability to perform a single action to move to the next step.
Available For
Vendr Connect
Yes
Vendr Link
Yes
Props
title
string
The title of the card
style
enum
Changes the visual appearance of the card.
Acceptable values are Secondary
or Primary
.
mode
enum
requiredDetermines the mode of the card.
Acceptable values are price-check
, private-offer
, or price-benchmark
.
onClick
function
Callback when the button is pressed
Was this page helpful?