Components
Loading preview...
Step into the realm of innovation with our glowing-card component. A blend of sleek design and captivating visuals, it’s built to make your content shine and stand out like never before.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/glowing-card"use client";
import * as React from "react"
import { GridBackground } from "@/components/ui/glowing-card"
export function GridBackgroundDemo() {
return (
<GridBackground
title='Welcome to JatinVerse'
description="Transforming your ideas into stunning visual experiences. Explore the world of creative design with us."
/>
)
}