mirror of https://github.com/sveltejs/svelte
parent
91e2f01b7b
commit
87d283505e
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Svelte file sections
|
title: Svelte components
|
||||||
---
|
---
|
||||||
|
|
||||||
Components are the building blocks of Svelte applications. They are written into `.svelte` files, using a superset of HTML.
|
Components are the building blocks of Svelte applications. They are written into `.svelte` files, using a superset of HTML.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Markup elements
|
title: Basic markup
|
||||||
---
|
---
|
||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
Loading…
Reference in new issue