Browse documentation

v

Creates the vnode description that Valyrian.js renders as part of a view.

Table of contents

Category

Value

Import

js
import { v } from "valyrian.js";

Public signature

ts
(tagOrComponent: VnodeTag, props: Properties | null, ...children: Children): Vnode

Parameters

ts
tagOrComponent: VnodeTag, props: Properties | null, ...children: Children

Result

ts
Vnode