文件名称:react-scroll:React滚动组件
文件大小:126KB
文件格式:ZIP
更新时间:2024-03-13 14:11:24
JavaScript
React滚动 动画垂直滚动的组件。 安装 $ npm install react - scroll 跑 $ npm install $ npm test $ npm start 例子 结帐示例 现场例子 $ npm start 用法 // ES6 Imports import * as Scroll from 'react-scroll' ; import { Link , Element , Events , animateScroll as scroll , scrollSpy , scroller } from 'react-scroll' // Or Access Link,Element,etc as follows let Link = Scroll . Link ; let Element = Scroll . Element ; let Events
【文件预览】:
react-scroll-master
----.gitignore(84B)
----package.json(2KB)
----package-lock.json(384KB)
----karma.conf.js(772B)
----gulpfile.js(354B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----tests.webpack.js(91B)
----examples()
--------horizontal()
--------with-overflow-x()
--------webpack.config.js(1KB)
--------with-overflow()
--------with-hash()
--------container()
--------basic-keydown()
--------index.html(485B)
--------basic()
----README.md(9KB)
----.vscode()
--------settings.json(27B)
----modules()
--------components()
--------index.js(737B)
--------__tests__()
--------mixins()