Beacon
v0.23.0+
HelixUI v0.23.0 or later required
A Beacon is an animation that attracts a user's attention to a new feature or advanced functionality in a control panel.
Basic Beacon
A beacon will emit a dismiss
event and it will also be removed
from the DOM, when a user clicks it.
Beacon with Inline Styles
This is an example implementation of <hx-beacon>
.
We leave it to HelixUI implementors to decide what works best for their
applications.
position:relative
set. Additionally, you may have to
use inline or additional styles to adjust the
<hx-beacon>
position. Valid styles are top,
bottom, left, right. (Please see demo snippet below)
Beacon with Color Override
This is an example implementation of <hx-beacon>
with
color override. Hexidecimal or named color values are valid, though hex
values are best practice for consistency.