UNPKG

onwards

Version:

<p align="center"> <img alt='magoon-face' src='https://user-images.githubusercontent.com/14088342/230068165-5e013e79-2ff8-4fb5-a1f0-fd5b13e028a9.png' width='250'/> <h1 align="center">ONWARDS</h1> <p align="center">👏 Super simple shareable portforwa

12 lines (11 loc) 309 B
"use strict"; exports.__esModule = true; exports.useScroll = void 0; var MAX = 3; var useScroll = function (_a) { var titles = _a.titles, y = _a.y; var start = y > MAX ? y - MAX : 0; var items = titles.slice(start, Math.max(MAX, y)); return items; }; exports.useScroll = useScroll;