import { Meta, Title } from "@vanjs/meta"; import { Counter } from "../components/Counter"; export default () => { Title("VanJS + Vite Homepage"); Meta({ name: "description", content: "Home description" }); return [

Hello VanJS!

Basic Content

A card component has a figure, a body part, and inside body there are title and actions parts

SVG as JSX

This is a title

MathML JSX

Quadratic formula easy mode

x = - b ± b 2 - 4 a c 2 a

A basic JSX component

SVG MathML JSX

Formula inside SVG foreignObject

e i π + 1 = 0
, ]; };