Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created October 4, 2019 16:35
Show Gist options
  • Save nolimits4web/c95ae304a0662d54ca903c6bb4fcc530 to your computer and use it in GitHub Desktop.
Save nolimits4web/c95ae304a0662d54ca903c6bb4fcc530 to your computer and use it in GitHub Desktop.
<App>
<Panel left cover swipe visibleBreakpoint={768}>...</Panel>
<Panel right cover visibleBreakpoint={1024}>...</Panel>
...
</App>
<f7-app>
<f7-panel left cover swipe :visible-breakpoint="768">...</f7-panel>
<f7-panel right cover :visible-breakpoint="1024">...</f7-panel>
...
</f7-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment