Here is Xenon component
"use client" import { Novatrix } from "uvcanvas" export default function Demo() { return ( <div className="h-screen w-full"> <Novatrix /> </div> ) }
Part of uvcanvas — browse the full library on 21st.dev.