Components
An interactive grid of tiles that enhances user engagement. When a user hovers over a tile, it smoothly changes color and adds a subtle shine effect to highlight the tile. Each hover interaction also triggers an event tracker to capture user engagement with the tile.
Loading preview...
import { TilesBackground } from "@/components/ui/tiles-background"
export function Demo() {
return <TilesBackground/>
}
export default {
Demo
}