Terminal Button
Clickable terminal-style prompt button with blinking cursor.
Examples
Examples of the terminal button
examples.tsx
1
Installation & source
Install via the shadcn CLI or copy the registry files manually.
bash
npx shadcn@latest add @tt-ui/terminal-button
Props
| Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | Required | The content of the button |
| prompt | string | > | The prompt text of the button |