Search

Search the site

All components

Shimmer Button

Button with a shimmer effect on hover.

Examples
Examples of the shimmer button
1import { ShimmerButton } from "@/registry/ui/shimmer-button";
2
3export 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

NameTypeDefaultDescription
childrenReactNodeRequiredThe content of the button