This repository was archived by the owner on Sep 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Intersection action
3
3
description : The Intersection action calls a function when an element is scrolled into viewport
4
4
keywords : intersect action, svelte intersect action, svelte materialify intersect
5
5
related :
6
- - actions/mutate
6
+ - components/lazy
7
7
- actions/click-outside
8
8
---
9
9
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Autocomplete
3
+ description : The autocomplete component is used for type-ahead and allows for filling in one of the available options.
4
+ keywords : autocomplete, svelte materialify autocomplete, svelte autocomplete component
5
+ related :
6
+ - components/selects
7
+ ---
8
+
9
+ # Autocomplete
10
+
11
+ ...is coming soon!
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Carousels
3
+ description : The carousel component allows you to cycle through different slides of images and text, either by hand or programmatically.
4
+ keywords : carousels, svelte materialify carousel, svelte carousel component
5
+ related :
6
+ - components/windows
7
+ - components/slide-groups
8
+ ---
9
+
10
+ # Carousels
11
+
12
+ ...are coming soon!
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Lazy Loading Component
3
+ description : The lazy component only first loads in its children after they intersect with the viewport
4
+ keywords : lazy loading, svelte materialify lazy loading, svelte lazy loading component
5
+ related :
6
+ - actions/intersect
7
+ - components/virtual-lists
8
+ ---
9
+
10
+ # Lazy
11
+
12
+ ...is coming soon!
You can’t perform that action at this time.
0 commit comments