forked from ashvin777/framework7.angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notifications.html
executable file
·19 lines (18 loc) · 1.05 KB
/
notifications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div data-page="notifications" class="page">
<div class="navbar">
<div class="navbar-inner">
<div class="left"><a href="index.html" class="back link icon-only"><i class="icon icon-back"></i></a></div>
<div class="center">Notifications</div>
<div class="right"><a href="#" class="open-panel link icon-only"><i class="icon icon-bars"></i></a></div>
</div>
</div>
<div class="page-content">
<div class="content-block">
<p>Framework7 comes with simple Notifications component that allows you to show some useful messages to user and request basic actions. Such notification are also called Snackbars & Toasts in Android </p>
<p><a href="#" class="button button-raised ks-notification-1">Single-line message</a></p>
<p><a href="#" class="button button-raised ks-notification-2">Multi-line message</a></p>
<p><a href="#" class="button button-raised ks-notification-3">With custom button</a></p>
<p><a href="#" class="button button-raised ks-notification-4">With callback on close</a></p>
</div>
</div>
</div>