Components
Loading preview...
import MagicBento from "@/components/ui/magic-bento";
export default function DemoOne() {
return <MagicBento
textAutoHide={true}
enableStars={true}
enableSpotlight={true}
enableBorderGlow={true}
enableTilt={true}
enableMagnetism={true}
clickEffect={true}
spotlightRadius={300}
particleCount={12}
glowColor="132, 0, 255"
/>
}