Created
October 4, 2019 16:35
-
-
Save nolimits4web/c95ae304a0662d54ca903c6bb4fcc530 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
<App> | |
<Panel left cover swipe visibleBreakpoint={768}>...</Panel> | |
<Panel right cover visibleBreakpoint={1024}>...</Panel> | |
... | |
</App> |
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
<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