An animated button component to enhance your app's user experience and interactivity. This example was made with Tailwind CSS and Framer Motion.
import { Button } from "@/components/ui/button"; function ButtonExample() { return ( <> <Button type="button">Button</Button> </> ); } export { ButtonExample };
Part of Bundui — browse the full library on 21st.dev.