react-sticky-list
v0.1.0
Published
Scrollable list with sticky headers
Downloads
3
Maintainers
Readme
React Sticky List
Motivation
Scroll List
import ScrollList from 'react-scroll-list';
return (
<ScrollList>
<header>Soft Dirinks</header>
<div>Cola</div>
<div>cold Tea</div>
</ScrollList>
);
Attributes
boolean shadows
Use shadow box. By default, this flag is set to true
.
License
The code is available under MIT licence.