Components
Loading preview...
Here is smooth component of inifiity brands
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/infinity-brand
import { Component } from "@/components/ui/infinity-brand";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };