Hi all, is there any alternative for <http://googl...
# compose-web
p
Hi all, is there any alternative for http://google.github.io/accompanist/pager? I'm working on a front-end project using compose-web and the project is web-browser specific (it'll not be used in android or iOS), so I'm trying to avoid android dependencies.
n
The CSS module you'll need is Scroll Snap: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap You should be able to write your own wrapper around these CSS properties without too much difficulty.