Components
Loading preview...
A stylish animated button component that reveals an arrow icon on hover, perfect for navigation and going back to previous pages.
npx shadcn@latest add https://21st.dev/r/ozantekin/back-buttonimport { BackButton } from "@/components/ui/back-button";
export function BackButtonDemo() {
return <BackButton />
}