Title
<bk-title></bk-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
property | attribute | type | default | description |
---|---|---|---|---|
content | - | LocalizedText | - | localized content |
Listens to
None
Emits
None