Eat Me Button
A hand-drawn button that takes bites, bursts into crumbs, and automatically returns.
click to reveal
Installation
1
Run the following Command
>_npx shadcn@latest add https://minimalui.rshv.dev/r/faq.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | "IRON MAN WILL..." | Text displayed before the button is eaten. |
| returnLabel | string | "Return In Doomsday 🤫" | Text displayed during the automatic return sequence. |
| className | string | undefined | Optional classes for the component’s full-screen container. |
| buttonClassName | string | undefined | Optional classes for the interactive button element. |
| labelClassName | string | undefined | Optional classes for the button label. |
| returnLabelClassName | string | undefined | Optional classes for the return message. |
| particleClassName | string | undefined | Optional classes applied to every crumb particle. |