We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86b2a4 commit 692c78bCopy full SHA for 692c78b
1 file changed
docs/reference/core/views/index.md
@@ -3,7 +3,6 @@ Views are an abstraction for sequences of DOM nodes that may change over time. T
3
4
Views can be used as [element content](../elements.md#content) or can be returned from [component functions](../components.md).
5
6
-## Creating Views
7
Rvx provides the following views for common use cases:
8
9
+ [`render` & `mount`](./render.md) - Create a view from arbitrary content.
0 commit comments