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