https://github.com/mrjasonweaver/offcanvas
A multi-device layout pattern
https://github.com/mrjasonweaver/offcanvas
Last synced: 2 months ago
JSON representation
A multi-device layout pattern
- Host: GitHub
- URL: https://github.com/mrjasonweaver/offcanvas
- Owner: mrjasonweaver
- Created: 2012-12-17T00:46:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T22:16:40.000Z (over 3 years ago)
- Last Synced: 2025-01-28T04:42:25.572Z (4 months ago)
- Language: HTML
- Homepage: https://mrjasonweaver.github.io/offcanvas/
- Size: 226 KB
- Stars: 25
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OffCanvas
## A Multi-Device Web Layout Pattern
Inspired by the [observations](http://www.lukew.com/ff/entry.asp?1514) of [Luke Wroblewski](http://www.lukew.com), this Off Canvas layout demo has 3 panels that display differently depending on the viewport width. The idea here is to have the two supporting panels of navigation and sidebar content hidden just off-screen to the left and right for easy access on small/medium viewports. Off Canvas is a design pattern, not a plugin or framework.