mirror of https://github.com/sveltejs/svelte
parent
8cf664ca93
commit
1c1308e115
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {#if ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {#each ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {#key ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {#await ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Snippets
|
||||
title: {#snippet ...}
|
||||
---
|
||||
|
||||
Better title needed?
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {@render ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {@html ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {@const ...}
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Bindings
|
||||
title: bind:
|
||||
---
|
||||
|
||||
- how for dom elements
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Actions
|
||||
title: use:
|
||||
---
|
||||
|
||||
- template syntax
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Transitions & Animations
|
||||
title: transition:
|
||||
---
|
||||
|
||||
- how to use (template syntax)
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: in: and out:
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: animate:
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: class: and style:
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Styling
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Special elements
|
||||
---
|
||||
Loading…
Reference in new issue