Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benpate/htmx-slide-navigation
Proof of Concept Slider Navigation
https://github.com/benpate/htmx-slide-navigation
Last synced: about 1 month ago
JSON representation
Proof of Concept Slider Navigation
- Host: GitHub
- URL: https://github.com/benpate/htmx-slide-navigation
- Owner: benpate
- License: apache-2.0
- Created: 2020-12-17T06:16:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T06:24:22.000Z (about 4 years ago)
- Last Synced: 2024-10-28T20:49:23.032Z (3 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# htmx-slide-navigation
Proof of Concept Slider NavigationThis is a *very* rough demo of slider navigation using htmx. There are a number of things that still need work.
* *Back Button does not work / does not slide.
* *HTML cannot have any whitespace, or else the slider breaks horribly.
* *Currently, every link needs special slider code attached.
* *History API breaks sometimes, though this might not be noticeable with a real app server running behind this.