Components
Loading preview...
Here is Background Gradient Snippet component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/background-gradient-snippetimport Component from "@/components/ui/background-gradient-snippet";
export default function DemoOne() {
return <Component />;
}