Crisis banner

In progress

Crisis banner provides a simple container to place Text, Description and Link.

# Example of crisis banner

<hy-crisis-banner
  banner-title="Covid-1 alert!"
  banner-description="Coronavirus situation at the University of Helsinki "
  link-title="Follow updates"
  link-url="https://helsinki.fi"
>
</hy-crisis-banner>

# Properties of crisis banner

Property Attribute Description Type Default
bannerDescription banner-description Optional description for the crisis banner. string undefined
bannerTitle banner-title Compulsory title for the crisis banner. string undefined
linkTitle link-title Compulsory link title (when link is set) for the crisis banner. string undefined
linkUrl link-url Optional link url for the crisis banner. string undefined