From 1d99c51fe88132819ac306b03b0e22a8cdde36dd Mon Sep 17 00:00:00 2001
From: Louis Li
- Use the following Svelte action to filter any element. Pass the filter name as the only parameter.
diff --git a/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte index b8342ff9d..990e6493c 100644 --- a/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte @@ -43,7 +43,7 @@- This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today! + This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today!
- Skeleton provides a simple interface for modifying Svelte component transitions. This supports Svelte-provided transitions, such as: fade
, blur
, fly
, slide
, and scale
. As well as custom CSS and Javascript transitions.
+ Skeleton provides a simple interface for modifying Svelte component transitions. This supports Svelte-provided transitions, such as: fade
, blur
, fly
, slide
, and scale
. As well as custom CSS and Javascript transitions.
Svelte Transitions can provide smooth transition animations when the alert state changes.
+Svelte Transitions can provide smooth transition animations when the alert state changes.
In some situations you may want to force the crawler action to update on demand. Use the key
parameter and
pass a value that will be modified, which operates similar to Svelte's
- key blocks. This can be useful for scanning for
+ key blocks. This can be useful for scanning for
new page headers for tabbed content.
- This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today! + This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today!