Skip to main content
Version: 13.x (Current)

Title

<bk-title></bk-title>

title

The Title renders a header title.

How to configure

The title text should be specified using content property. Localized objects are supported.

{
"tag": "bk-title",
"properties": {
"content": {
"en": "Products list",
"it": "Listat dei prodotti"
}
}
}

API

Properties & Attributes

propertyattributetypedefaultdescription
content-LocalizedText-localized content

Listens to

None

Emits

None