Components
Light theme Tailwind CSS Background Snippet
npx shadcn@latest add https://21st.dev/r/bg.ibelick/light-theme-tailwind-css-background-snippetLoading preview...
import { RadialBackground } from "@/components/ui/light-theme-tailwind-css-background-snippet";
export default function DemoOne() {
return <RadialBackground />;
}