forked from windycom/windy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.html
21 lines (16 loc) · 815 Bytes
/
plugin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="mobile-header">
<!-- For the closing arrow of the mobile header, replace windy-plugin-examples with the name of your plugin:
data-do="rqstClose,windy-plugin-name-of-your-plugin" -->
<div class="mh-closing-x iconfont clickable" data-do="rqstClose,windy-plugin-examples">}</div>
This is the title for mobile devices.
</div>
<div class="plugin-content">
<h2>Plugin on the left side</h2>
<p>
Use left side window to present larger amount of information. Check the plugin in mobile
phone display to see effect of 'plugin-mobile-fullscreen' class
</p>
<p>This plugin also demonstrates:</p>
<p>1) Receiving broadcasted messages. Open your console, to see console.log messages</p>
<p>2) Using store to programmatically change overlay</p>
</div>