Skip to content

Broadcast

Used to global information for users in the app.

Import

js
import { MpBroadcast } from '@mekari/pixel3'

Playground

API

MpBroadcast

Props
Events
NameTypeDefault
id
Id of broadcast.
string -
label
Label of broadcast.
string -
variant
Variant of broadcast.
announcement | information | importantannouncement
text-link
Text of broadcast link.
string -
text-link-href
Href of broadcast link.
string -
icon-name
Name of broadcast icon.
string -
text-additional-action
Text of broadcast additional action.
string -
has-additional-action
If true, broadcast additional action will showed.
booleanfalse
is-closable
If true, broadcast close button will showed.
booleanfalse

Usage

Variant