UNPKG

svelte-navbar

Version:

A cool animated navbar component for Svelte that switches between a side and a bottom navbar in a very funky way

4 lines (3 loc) 264 B
export { default as NavbarItem } from './navbar/navbarItem.svelte'; export { default as default } from './navbar/navbar.svelte'; export { scrollTop, scrollRef, scrollTo, setGlobalOptions, scrollPosition, scrollBottom, scrollElement } from 'svelte-scrolling-plus';