Bundui.io

Animated Shadcn Button

Install component

npxshadcn@latest add "https://21st.dev/r/bundui/button"
import { Button } from "@/components/ui/button";

function ButtonExample() {
  return (
    <>
      <Button type="button">Button</Button>
    </>
  );
}

export { ButtonExample };