svelte-scroller icon indicating copy to clipboard operation
svelte-scroller copied to clipboard

A <Scroller> component for Svelte apps

Results 15 svelte-scroller issues
Sort by recently updated
recently updated
newest added

I got this error when opening the live demo in the REPL: ```Guard is not defined``` Tested using Chrome 78 and MacOS 10.14.6 ![image](https://user-images.githubusercontent.com/10048869/69901829-fe3a4b00-1386-11ea-8f70-420129881ac4.png)

Example: I have a fixed located div into the page and I whant to show a list of intems into and I want to know the "active" one. ``` .mycontainer...

I'm trying to use svelte-scroller following the README instructions with Sapper 0.13.0 and the sapper-template. Unfortunately I got the following error: `UnhandledPromiseRejectionWarning: TypeError: _sveltejs_svelte_scroller__WEBPACK_IMPORTED_MODULE_1___default.a._render is not a function` Please, can...