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