AI Button
AIButton component documentation.
Usage
Loading...
import { AIButton } from "@aqqo/aqqo-ui";<AIButton>Generate with AI</AIButton>Disabled
Loading...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | base | small | large | base | Button size. |
className | string | - | Additional CSS classes for custom styling. |
children | ReactNode | - | Button content. |
...props | ButtonHTMLAttributes<HTMLButtonElement> & MotionProps | - | Standard button attributes and Motion (Framer) props. |