UNPKG

@codingheads/sticky-header

Version:

A library that allows you to create sticky headers. It uses `position: sticky` and IntersectionObserver

4 lines (3 loc) 97 B
export { StickyHeader }; export default StickyHeader; import StickyHeader from "./stickyHeader";