import { GradientBackground } from '@/components/animate-ui/components/backgrounds/gradient';
export const GradientBackgroundDemo = () => {
return (
<GradientBackground className="absolute inset-0 flex items-center justify-center rounded-xl" />
);
};
npx shadcn@latest add @animate-ui/demo-components-backgrounds-gradientimport { DemoComponentsBackgroundsGradient } from "@/components/ui/demo-components-backgrounds-gradient"<DemoComponentsBackgroundsGradient />