blob: 81c6e7f72abc500172b033fa6ab7a2bd27b9477e [file] [log] [blame]
Matteo Scandolo686547a2017-08-08 13:05:25 -07001
2<!--
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17
18
Arpit Agarwal43978742016-08-09 15:38:25 -070019
20<xos-alert config="vm.config1">
21 A sample alert message
22</xos-alert>
23<xos-alert config="vm.config2">
24 A sample alert message (with close button)
25</xos-alert>
26<xos-alert config="vm.config3">
27 A sample info message
28</xos-alert>
29<xos-alert config="vm.config4">
30 A sample success message
31</xos-alert>
32<xos-alert config="vm.config5">
33 A sample warning message
34</xos-alert>