An animated grid of subtly shifting glyphs with fade effect and theme support.
3,890
Bookmarks
14,090
Installs
8,690
Views
"use client"
import { useEffect, useState } from "react"
import { useTheme } from "next-themes"
import { GlyphMatrix } from "@/components/ui/glyph-matrix"
export default function GlyphMatrixDemo() {
const { resolvedTheme } = useTheme()
// Start neutral so the first frame is visible in both themes, then adopt21 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.