MoviePassButton is a ticket-style button. When clicked, it shrinks like a standard button. Perfect for purchase, booking, or confirmation flows.
Preview
MoviePassButton
Interactive
Install
Add the item with the shadcn CLI.
npx shadcn@latest add @evilbuttons/movie-passUsage
import MoviePassButton from "@/components/evil-buttons/movie-pass";
export function ButtonDemo() {
return (
<MoviePassButton>
Admit One
</MoviePassButton>
);
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | The visible button label or content. |
className | string | - | Extra classes passed to the wrapper. |
Registry
The registry item includes components/evil-buttons/movie-pass.tsx. The component imports cn from @/lib/utils.