Skip to main content
Module

x/cargo_parcel/mod.ts>tag

Server side rendering for Cargo applications
Go to Latest
function tag
import { tag } from "https://deno.land/x/cargo_parcel@0.1.88/mod.ts";

Parameters

tag: string | ((props: JSX.ElementProps) => JSX.Element)
attributes: JSX.IntrinsicElements | null
...children: JSX.Node[] | JSX.Node[][]

Returns

JSX.Element