@aelig/floating-button
Floating Button
Add
pnpm dlx shadcn@latest add @aelig/floating-buttonRenders a fixed-position call-to-action button.
Preview
Usage
import FloatingButton from "@/components/blocks/floating-button"
export function Section() {
return <FloatingButton {...sectionProps} />
}