Closed
Description
Describe the feature you'd like
Hello team, we currently have a need to render multiple links inside <InfoBanner />
for the purposes of document cross-checking automation on DMT validation flow. Example below.
Describe alternatives you've considered
Imo we have 3 options here:
- Refactor
<InfoBanner>
component to accept an array of links to render below the banner description.{ linkUrl: string, linkLabel: string }[]
- Refactor
<InfoBanner>
component to pass JSX with list of links setup via children prop - Create a snowflake in DMT for this purpose, if we don't want to integrate such feature into
<InfoBanner>
in our component library