Lightweight fullpage component for Svelte.
The Svelte-fullpage is a lightweight fullpage Svelte component that allows for scrolling pages by sections. It provides a simple and easy-to-use solution for creating fullpage layouts with vertical navigation between sections and optional horizontal navigation between slides. It offers customization options for scroll duration, scroll sensitivity, navigation controls, easing function, section and slide titles, and more. This component is free to use and is licensed under MIT.
To use the Svelte-fullpage component, follow these steps:
npm install svelte-fullpage
import { Fullpage, FullpageSection, FullpageSlide } from 'svelte-fullpage';
<Fullpage>
component. If you need slides, create them as well and place them inside <FullpageSection>
components.<FullpageSlide>
components and place them inside <FullpageSection>
components.The Svelte-fullpage component is a lightweight and easy-to-use solution for creating fullpage layouts with scrolling pages by sections. It offers customization options for scroll behavior, navigation controls, easing function, section and slide titles, and more. With its simple installation process and easy integration into any Svelte project, it provides a convenient way to create visually appealing and interactive fullpage designs.