Closed yhatt closed 1 year ago
https://api.slack.com/reference/block-kit/block-elements#workflow_button https://api.slack.com/automation/triggers/link
Unlike <Button> it can put only in the message (<Blocks> in jsx-slack). So it should be better to become a separated component from <Button>.
<Button>
<Blocks>
https://api.slack.com/reference/block-kit/block-elements#workflow_button https://api.slack.com/automation/triggers/link
Unlike
<Button>
it can put only in the message (<Blocks>
in jsx-slack). So it should be better to become a separated component from<Button>
.