Skip to content

Instantly share code, notes, and snippets.

View RobertCordes's full-sized avatar
🤓
Getting shit done

Robert Cordes RobertCordes

🤓
Getting shit done
View GitHub Profile
@RobertCordes
RobertCordes / index.html
Created July 1, 2021 20:16
[Alpine] Detect position: sticky with IntersectionObserver
<nav x-data="sticky" class="isSticky ? 'bg-black' : 'bg-transparent'">
</nav>