EH-WebComponents

<eh-notification>

<eh-notification [left|center] [slide|fade] [canclose] [autoclose="ms"]>

Slots

Methods

add(message, type='info')

add a notification; type is info, success, warning, or error; returns an opaque ID

clearPanels()

closes all open notifications

closePanel(id)

closes a particular notification; use the ID returned from add(...)

Custom Properties