Docs
Spotlight Cards
A bento grid of cards where a glowing spotlight follows the user's cursor across the cards.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add spotlight-cardsPackages
npm install Usage Detail
tsx
import { SpotlightCards } from "@/components/oblivion/spotlight-cards"
export default function SpotlightCardsDemo() {
return <SpotlightCards />
}import { SpotlightCards } from "@/components/oblivion/spotlight-cards"
export default function SpotlightCardsDemo() {
return <SpotlightCards />
}