Light theme Tailwind CSS Background Snippet
Loading preview...
import { RadialBackground } from "@/components/ui/light-theme-tailwind-css-background-snippet"; export default function DemoOne() { return <RadialBackground />; }