react-scrollable-feed:自动向下滚动的智能React组件

时间:2021-07-24 14:29:15
【文件属性】:
文件名称:react-scrollable-feed:自动向下滚动的智能React组件
文件大小:1.29MB
文件格式:ZIP
更新时间:2021-07-24 14:29:15
JavaScript React滚动饲料 聊天 UI 和提要的智能滚动 在用户体验方面,当新消息到达时要求用户手动向下滚动聊天框是非常痛苦的。 react-scrollable-feed旨在减轻 React 开发人员管理滚动问题的负担。 相同的概念适用于新内容动态到达的任何其他类型的提要。 演示 查看现场演示。 安装 npm install --save react-scrollable-feed 用法 import * as React from 'react' import ScrollableFeed from 'react-scrollable-feed' class App extends React . Component { render ( ) { const items = [ 'Item 1' , 'Item 2' ] ; return ( < Scrol
【文件预览】:
react-scrollable-feed-master
----.gitignore(324B)
----cypress.json(66B)
----tsconfig.json(634B)
----README.md(5KB)
----tsconfig.test.json(87B)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
--------ISSUE_TEMPLATE()
----rollup.config.js(800B)
----docs()
--------demo.gif(795KB)
----LICENSE(1KB)
----cypress()
--------tsconfig.json(191B)
--------integration()
--------support()
--------fixtures()
--------plugins()
----package.json(2KB)
----CONTRIBUTING.md(1KB)
----src()
--------test.ts(148B)
--------index.tsx(5KB)
--------typings.d.ts(216B)
--------styles.css.d.ts(166B)
--------styles.css(82B)
----example()
--------README.md(103KB)
--------public()
--------package.json(771B)
--------src()
--------webpack.config.js(104B)
--------package-lock.json(583KB)
----.travis.yml(825B)
----.editorconfig(147B)
----package-lock.json(1.65MB)

网友评论