Skip to content

Instantly share code, notes, and snippets.

View veezus's full-sized avatar

Veez Remsik veezus

View GitHub Profile
@ayamomiji
ayamomiji / list.html
Last active June 14, 2024 06:08
Stimulus example: smart scroll
<div data-controller="smart-scroll"
data-action="smart-scroll:added->smart-scroll#handleAdded
resize->smart-scroll#handleAdded
scroll->smart-scroll#handleScroll">
<div data-controller="smart-scroll-item">
aya: an an
</div>
<div data-controller="smart-scroll-item">
hatate: ni hao
</div>