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
appNamestringApp name shown in the alert message.
childrenReactNodeButton content.
classNamestringAdditional Tailwind classes or custom CSS class.