https://github.com/davidde/gatsby-theme-dualside
Gatsby theme for PWA's with left/right sidebars that work responsively on both mobile and desktop
https://github.com/davidde/gatsby-theme-dualside
gatsby-theme gatsbyjs pwa reactjs sidebar-theme sidebars
Last synced: 3 months ago
JSON representation
Gatsby theme for PWA's with left/right sidebars that work responsively on both mobile and desktop
- Host: GitHub
- URL: https://github.com/davidde/gatsby-theme-dualside
- Owner: davidde
- Created: 2019-07-18T15:31:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:57:59.000Z (about 3 years ago)
- Last Synced: 2024-12-31T07:33:11.009Z (over 1 year ago)
- Topics: gatsby-theme, gatsbyjs, pwa, reactjs, sidebar-theme, sidebars
- Language: CSS
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-theme-dualside
This theme attempts to provide a generic, re-usable and modular layout for developing
Single Page Progressive Web Applications with responsive sidebars on the left and right.
Current focus is on:
- Having a single codebase that works optimally on both desktop and mobile.
- Responsive design: should work on any viewport size.
- Touch-friendly: the sidebars should respond to swiping.
- On mobile, the PWA should deliver an experience comparable to native apps.
- In a later stage, we might want to enable the sidebars to be *user-resizable*.
## Status:
**WIP!**