Button
Client-side button that triggers an alert with the app name.
Preview
Usage
import { Button } from "@bambi-ui/button";
<Button appName="web">Click me</Button> Props
| Prop | Type | Required | Description |
|---|---|---|---|
appName | string | ✓ | App name shown in the alert message. |
children | ReactNode | ✓ | Button content. |
className | string | — | Additional Tailwind classes or custom CSS class. |