mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion panels!
This commit is contained in:
@@ -30,15 +30,16 @@
|
||||
</section>
|
||||
|
||||
|
||||
<section data-panel="my-left-panel">
|
||||
<section id="my-left-panel" class="ion-panel">
|
||||
This is my default left side panel!
|
||||
</section>
|
||||
|
||||
<section data-panel="my-other-left-panel">
|
||||
<section id="my-other-left-panel" class="ion-panel">
|
||||
This is my other left side panel!
|
||||
</section>
|
||||
|
||||
|
||||
<script src="../../js/framework/framework-panel.js"></script>
|
||||
<script src="../../js/framework/helpers/panel-helper.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user