Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit ee1c20b

Browse files
docs: add stub messages instead of 404
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent 2b0605a commit ee1c20b

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

packages/docs/src/routes/actions/intersect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Intersection action
33
description: The Intersection action calls a function when an element is scrolled into viewport
44
keywords: intersect action, svelte intersect action, svelte materialify intersect
55
related:
6-
- actions/mutate
6+
- components/lazy
77
- actions/click-outside
88
---
99

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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!
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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!
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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!

0 commit comments

Comments
 (0)