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