Table of Contents
- UI Components
- Editable data grid / spreadsheet
- Table
- Infinite Scroll
- Overlay
- Notification
- Tooltip
- Menu
- Sticky
- Tabs
- Loader
- Carousel
- Buttons
- Collapse
- Chart
- Tree
- UI Navigation
- Custom Scrollbar
- Audio / Video
- Map
- Time / Date / Age
- Photo / Image
- Icons
- Paginator
- Markdown Viewer
- Canvas
- Social
- DOM Manipulation
- Miscellaneous
- Form Components
- UI Layout
- UI Animation
- UI Frameworks
- UI Utilities
- Code Design
- Utilities
- Performance
- State Management
- Dev Tools
- Miscellaneous
- Cloud Solutions
UI Components
Editable data grid / spreadsheet
- bsssshhhhhhh/svelte-data-grid β Lightweight and powerful data grid.
Table
- dasDaniel/svelte-table β Table implementation that allows sorting and filtering.
- vincjo/svelte-simple-datatables
- ivosdc/svelte-generic-crud-table β Agnostic web-component for object-arrays with CRUD functionality.
Infinite Scroll
- Skayo/svelte-tiny-virtual-list β A tiny but mighty list virtualization library, with zero dependencies.
- Skayo/svelte-infinite-loading β This is heavily inspired by vue-infinite-loading.
Overlay
Display overlay / modal / alert / dialog / lightbox / popup
- flekschas/svelte-simple-modal β A simple, small, and content-agnostic modal.
Notification
- kbrgl/svelte-french-toast - Svelte French Toast: Buttery smooth toast notifications for Svelte, inspired by React Hot Toast.
- keenethics/svelte-notifications β Simple and flexible notifications system.
- beyonk-adventures/svelte-notifications β Svelte toast notifications.
- kevmodrome/svelte-favicon-badge β Adds a favicon and a badge.
- zerodevx/svelte-toast β Simple elegant toast notifications.
- arthurclemens/dialogic β Dialogic: manage dialogs and notifications.
Tooltip
- vaheqelyan/svelte-popover β A smart popover component.
Menu
Menus / sidebars
Sticky
Fixed headers / scroll-up headers / sticky elements
Tabs
Tabs Component - Tabs Component example.
Loader
Loaders / spinners / progress bars β Let the user know that something is loading
- kaisermann/svelte-loadable β Dynamically load a svelte component.
- PaulMaly/svelte-content-loader β Content Loader.
- heithemmoumni/svelte-Spinkit β A collection of animated loading indicators.
- stephane-vanraes/svelte-progresscircle β Progress Circle.
Carousel
- beyonk-adventures/svelte-carousel
- Valexr/svelte-slidy
- sciactive/multicarousel β free multiple item JavaScript carousel.
Buttons
- JHethDev/svelte-bouncy-btn β A bouncy button with variable fonts.
- micha-lmxt/descent-ripple β Ripple animation for buttons.
Collapse
Chart
Display data in charts / graphs / diagrams
- Rich-Harris/pancake β Experimental charting library for Svelte.
- himynameisdave/svelte-frappe-charts β Svelte bindings for frappe-charts.
- liyuanqiu/echarts-for-svelte β Baidu Echarts(v3.0 & v4.0) components for Svelte wrapper.
Tree
Display a tree data structure
- esinx/svelte-tree β A tree-like outline view.
UI Navigation
Ways to navigate views
- beyonk-adventures/svelte-steps β Progress Steps component.
- dimfeld/svelte-zoomable β Zoomable UI in Svelte.
Custom Scrollbar
- MelihAltintas/svelte-slimscroll β svelte-slimscroll is a action which can transforms any div into a scrollable area with a nice scrollbar.
Audio / Video
- meigo/svelte-video-player β Video playback interface.
Map
- beyonk-adventures/svelte-mapbox β MapBox Map and Autocomplete.
- beyonk-adventures/svelte-googlemaps β Google Maps Components.
- anoram/leaflet-svelte β Wrapper for Leaflet.
Time / Date / Age
Display time / date / age
Photo / Image
Display images / photos
- matyunya/svelte-image β Image (pre)processing with Sharp.
- johnwalley/compare-image-slider β Compare two images with a slider.
- stephane-vanraes/svelte-multitoneimage β A simple image renderer to apply duotone effects.
- GridGallery β CSS GridGallery.
Icons
Display icons / icon set / emojis
- RobBrazier/svelte-awesome β Awesome SVG icon component, built with Font Awesome icons.
- Cweili/svelte-fa β Tiny FontAwesome 5.
- AnxiousDarkly/svelte-icons
- dylanblokhuis/svelte-feather-icons β Beautiful open source icons.
- beyonk-adventures/svelte-simple-icons β Simple Brand Icons.
Paginator
Display a control element to paginate
- thecodejack/svelte-pagination β Raw SvelteJS component for dynamic pagination.
Markdown Viewer
Display parsed markdow source
Canvas
Sketch input using Canvas or SVG
Social
- beyonk-adventures/svelte-social-auth β Google and Facebook Auth.
- beyonk-adventures/svelte-facebook-pixel β Facebook pixel tracking.
- beyonk-adventures/svelte-trustpilot β Svelte/Vanilla JS Trustpilot Component.
DOM Manipulation
- romkor/svelte-portal β Render outside the DOM of parent component.
- nasso/svelte-teleport β Teleport elements across the DOM.
Miscellaneous
- henriquehbr/svelte-typewriter β A simple and reusable typewriter effect.
- daybrush/ruler β A Ruler component that can draw grids and scroll infinitely.
- scottbedard/svelte-heatmap β GitHub's contribution graph.
- beyonk-adventures/gdpr-cookie-consent-banner β A GDPR compliant cookie consent banner.
- beyonk-adventures/svelte-google-analytics β Svelte Google Analytics.
Form Components
Let the user enter data
Date / Time picker
Date picker / time picker / datetime picker / date range picker
- 6eDesign/svelte-calendar β A lightweight datepicker with neat animations and a unique UX.
- YogliB/svelte-fullcalendar β A Svelte component wrapper around FullCalendar.
- beyonk-adventures/svelte-datepicker
- SharifClick/svelte-touch-datepicker
Emoji picker
Input Types
Masked inputs, specialized inputs; email / telephone number / credit card / etc.
- xnimorz/svelte-input-mask β Input masking component.
Autocomplete
Autosuggest / autocomplete / typeahead
- pstanoev/simple-svelte-autocomplete β Simple Autocomplete / typeahead component.
Select
- themarquisdesheric/simply-svelte-autocomplete β A lightweight, zero-dependency component that supports theming and incorporating new entries.
- pavish/select-madu β SelectMadu is a replacement for the select menu, with support for searching, multiple selections, async data loading and more.
Color Picker
Toggle
- HosseinShabani/svelte-checkbox β A checkbox.
- beyonk-adventures/svelte-toggle
Slider
- MelihAltintas/svelte-knob β Knob control.
Radio Button
Type Select
Let the user select something (e.g. a tag) while typing
Tag Input
Let the user add multiple tags in a single input
- beyonk-adventures/svelte-tag-input β Lightweight tag input for Svelte and Vanilla JS.
Autosize Input / Textarea
Star Rating
Drag and Drop
Sortable List
Let the user define an order on a list
- Zimtir/svelte-item-list β Item list.
Rich Text Editor
- easylogic/svelte-summernote β Extension for summernote.
Markdown Editor
Image Editing
Image manipulation
- ValentinH/svelte-easy-crop β Crop images.
- saabi/svelte-image-encoder β For editing and compressing profile pictures before upload to a server.
Form Component Collections
Miscellaneous
- yazonnile/svelidation β Validation library.
Syntax Highlight
UI Layout
Components to layout the app's UI
- vaheqelyan/svelte-grid β A responsive, draggable and resizable grid layout.
- andrelmlins/svelte-grid-responsive β Responsive grid system based on Bootstrap.
- Readiz/svelte-split-pane
UI Animation
Animate transitions
Parallax
UI Frameworks
Responsive
Set of components + responsive layout system
- illright/attractions β A pretty cool UI kit for Svelte.
Material Design
- hperrin/svelte-material-ui
- matyunya/smelte β UI framework with material components built with Svelte and Tailwind CSS.
- TheComputerM/svelte-materialify β Inspired by vuetify.
- svelte-toolbox/svelte-toolbox
Carbon
- IBM/carbon-components-svelte β Carbon Design System.
Bootstrap
- bestguy/sveltestrap β Bootstrap 4 components for Svelte.
AgnosticUI
- agnosticui β Accessible Svelte Component Primitives (that also work with React, Vue 3, and Angular).
Mobile
- halfnelson/svelte-native β Svelte controlling native components via Nativescript.
Component Collections
UI Utilities
Reporter
Report computed styles
Visibility Reporter
Report when a component becomes visible/hidden
Measurement Reporter
Determine and report measurements of an element
Device Input
Turn user input into actions
Keyboard Events
Scroll Events
- beyonk-adventures/svelte-scrollspy β Scroll Spy component
Touch Swipe
- SharifClick/svelte-swipe
- tncrazvan/svelte-liquid-swipe
- Anyass3/sidebar-swipe β Sidebar Swipeable ideally for touch screen devices.
Mouse Events
Meta Tags
Set meta tags, <title>, children of
Portal
Render an element at an arbitrary DOM node
Test User Behavior
A/B tests, experiments, ...
Code Design
Libraries that help with code design
Data Store
Data flow / data management / data stores / components state / data flow
Form Logic
- mdauner/sveltejs-forms β Declarative forms for Svelte.
- noahsalvi/svelte-use-form β Control and validate forms and their inputs.
Router
Summary
- EmilTholin/svelte-routing β A declarative Svelte routing library with SSR support.
- sveltech/routify β Automated Svelte routes
- ItalyPaleAle/svelte-spa-router β Router for SPAs using Svelte 3
- AlexxNB/tinro β Highly declarative, very tiny, dependency free router for Svelte's web applications.
- jorgegorka/svelte-router β Includes localisation, guards and nested layouts.
- pateketrueke/yrv β Built on top of abstract-nested-router
- easyroute-router/svelte-easyroute β Like Vue Router. Supports history and hash mode, navigation guards, base path.
- mefechoel/svelte-navigator β Simple, accessible routing for Svelte.
- PaulMaly/svelte-pathfinder β State-based router for Svelte 3.
- bluwy/svelte-router β An easy-to-use SPA router for Svelte.
- routve/routve β Routve is an advanced Svelte 3 router.
- dievardump/yasp-router β Router for Svelte 3.
- shaunlee/svelterouter β Another vue-router inspired Svelte router.
Props from server
Component properties asynchronously fetched over the network
Communication with server
- SvelteStack/svelte-query β Performant and powerful remote data synchronization.
CSS / Style
- josefaidt/svelte-themer β A theming engine for your Svelte apps using CSS.
HTML Template
- l-portet/svelte-switch-case β Switch case syntax for Svelte.
Isomorphic Apps
Boilerplate
Scaffold / starter kit / Yeoman generator / stack ensemble / seed
- YogliB/svelte-component-template β A base for building shareable components.
Miscellaneous
Utilities
i18n
Internationalization / L10n / localization / translation
Framework bindings / integrations
Integrations with Third Party Services
Performance
UI
Inspect
Lazy Load
App Size
- halfnelson/svelte-it-will-scale β Generate a chart showing svelte's overhead.
- Does Svelte Scale?
- JavaScript Frameworks, Performance Comparison 2020
Server-Side Rendering
State Management
- dmaevsky/tinyx β A tiny state manager for big applications.
Dev Tools
Test
- vidigas/svelte-feature-flag β Feature flags (toggle) module.
Inspect
- RedHatter/svelte-devtools β Inspect the state and component hierarchies in the Developer Tools.
- qutran/svelte-inspector β Development helper for inspecting and opening svelte components in your editor.
- svelte-reactive-debugger β Svelte Reactive Debugger.
Miscellaneous
- sveltejs/prettier-plugin-svelte β Format your svelte components using prettier.
- Rich-Harris/react-svelte β Use Svelte components inside a React app.
- pngwn/svelte-adapter β Use Svelte components within Vue and React applications.
- AlexxNB/svelte-docs β Write documentation for your Svelte components.
- jesseskinner/svelte-react β Use React components inside Svelte apps.
- KoRnFactory/svelte-injector β Use Svelte components inside other frameworks.
Miscellaneous
- DeMoorJasper/parcel-plugin-svelte β A parcel plugin with svelte support.
- dominikg/svite β Svelte Integration for vite.
Static Website Generator
- Hakuba - A fast blog starter driven by Github discussions for all data.