Releases: vaadin/vaadin-notification
Releases · vaadin/vaadin-notification
v1.0.0-alpha2
Live Demo →
API Documentation →
Changes Since v1.0.0-alpha1:
v1.0.0-alpha1 - First Alpha Version
Live Demo →
API Documentation →
Features
-
Polymer 2.0 support
-
<vaadin-notification>
The notification main element- Support for Multiple notifications
- Properties:
opened
,duration
,vertical-align
andhorizontal-align
-
<vaadin-notification-overlay>
The overlay element where notifications are added/removed- A singleton instance for all notifications
- 9 regions for positioning notifications
top-stretch
top-start
top-center
top-end
middle
bottom-start
bottom-center
bottom-end
bottom-stretch
. - Themable
-
<vaadin-notification-card>
The notification container- Has the
alert
role - Themable
- Has the
Usage
<vaadin-notification opened duration="4000" vertical-align="top" horizontal-align="end">
<template>
This notification is shown in the top left corner
</template>
</vaadin-notification