Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created October 4, 2019 13:50
Show Gist options
  • Save nolimits4web/61d9e4c9a54b6f8ae808921fc8cd6c05 to your computer and use it in GitHub Desktop.
Save nolimits4web/61d9e4c9a54b6f8ae808921fc8cd6c05 to your computer and use it in GitHub Desktop.
<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