Shimmer Button
Button with a shimmer effect on hover.
Examples
Examples of the shimmer button
examples.tsx
1import { ShimmerButton } from "@/registry/ui/shimmer-button";23export function ShimmerButtonExamples() {4 return <ShimmerButton>Shimmer</ShimmerButton>;5}
Installation & source
Install via the shadcn CLI or copy the registry files manually.
bash
npx shadcn@latest add @tt-ui/shimmer-button
Props
| Name | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | Required | The content of the button |