Appearance
WARNING
The information provided on this page is intended for users with developer access to ACE Widgets.
Widget Header component
Displays a header for the widget.
Example Usage
js
import WidgetHeaderComponent from '@telia-ace/widget-components-widget-header-flamingo';
bootstrap('https://url-to-site', (config) => {
config.plugin(WidgetHeaderComponent);
});
Properties
This component does not have any properties.
Styling
This component does not have any attributes to style.
Texts
See texts documentation for more details.
Key | Description |
---|---|
header | The text to be displayed in the component |