Created
October 4, 2019 13:50
-
-
Save nolimits4web/61d9e4c9a54b6f8ae808921fc8cd6c05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"> | |
<div class="panel panel-left panel-reveal"> | |
... | |
</div> | |
<div class="panel panel-right panel-cover"> | |
... | |
</div> | |
</div> | |
<script> | |
var app = new Framework7({ | |
panel: { | |
// make left panel swipeable | |
swipe: 'left', | |
// breakpoint when left panel becomes visible | |
leftBreakpoint: 768, | |
// breakpoint when right panel becomes visible | |
rightBreakpoint: 1024, | |
} | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment