Pricing

Glyph Matrix

An animated grid of subtly shifting glyphs with fade effect and theme support.

3,890

Bookmarks

14,090

Installs

8,690

Views

31 lines
"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 adopt

21 more lines behind a plan

Previews are free to watch. Reading and copying the full source needs a plan.

See plans
Dependencies
next-themes
License
MIT License
Published
1/24/2025
Categories

Similar components

That's all 6 components

Explore more

Part of Magic UI — browse the full library on Nuxus.