We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c42fc1 commit e2c2a6aCopy full SHA for e2c2a6a
demo/index.html
@@ -66,7 +66,8 @@
66
scroll-bottom="scroll_bottom"
67
scroll="hidden, sticky-nav"
68
scroll-up="10"
69
- scroll-down="5">
+ scroll-down="5"
70
+ scroll-to="top | bottom | left | right">
71
<!--<a href="#" class="logo">Navbar</a>-->
72
<div
73
class="margin:0px_15px display:flex flex-wrap:wrap justify-content:space-between flex-direction:row align-items:center width:100%">
package.json
@@ -58,6 +58,7 @@
58
"webpack-log": "^3.0.1"
59
},
60
"dependencies": {
61
- "@cocreate/observer": "^1.16.1"
+ "@cocreate/observer": "^1.16.1",
62
+ "@cocreate/actions": "^1.19.1"
63
}
64
0 commit comments