We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07393fb commit 729b14fCopy full SHA for 729b14f
src/routes/concepts/components/basics.mdx
@@ -27,6 +27,13 @@ function App() {
27
}
28
```
29
30
+:::info[Note]
31
+
32
+Component names must start with a capital letter to distinguish them from regular HTML elements.
33
+Otherwise, they won't be recognized as components.
34
35
+:::
36
37
## Component trees
38
39
A web page is displayed by rendering a component tree, which is a hierarchical structure of components.
0 commit comments