@aelig/floating-button

Floating Button

Add

pnpm dlx shadcn@latest add @aelig/floating-button

Renders a fixed-position call-to-action button.

Preview

Usage

import FloatingButton from "@/components/blocks/floating-button"

export function Section() {
  return <FloatingButton {...sectionProps} />
}