Banner
Banner provides simple container to place Text, Description and Link.
# Example of banner
<hy-banner
text-title="Check upcoming conferences"
text-description="Take advantage of our curated list of high profile conferences near Helsinki and in the Nordics."
url="https://helsinki.fi"
url-title="Show list of conferences"
sc-label="List of conferences">
</hy-banner>
# Properties of banner
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
scLabel | sc-label | link area label | string | undefined |
textDescription | text-description | description | string | null |
textTitle | text-title | title | string | undefined |
url | url | link url | string | undefined |
urlTitle | url-title | link title | string | undefined |