react-endless

1.0.12 • Public • Published

React Endless Scroll

Optimized scroll of elements

demo:


react-endless


EXAMPLE

const Item = ({item}) => {
	const {name, id} = item;
	return(
		<>
			<span>{name}</span>
			<span>{id}</span>
		</>
	);
};
<EndlScroll
	data={arr} //[{ id name }, { id name }]
	itemStyles={{...}}
	ItemBlock={Item}
	itemHeight="50"
	itemsCount={15}
	styles={{...}}
/>

by goga

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.121latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.121
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.10
1.0.00

Package Sidebar

Install

npm i react-endless

Weekly Downloads

1

Version

1.0.12

License

MIT

Unpacked Size

5.2 kB

Total Files

3

Last publish

Collaborators

  • uncodegem