AI Button

AIButton component documentation.

Usage

Loading...
import { AIButton } from "@aqqo/aqqo-ui";
<AIButton>Generate with AI</AIButton>

Disabled

Loading...

Props

PropTypeDefaultDescription
sizebase | small | largebaseButton size.
classNamestring-Additional CSS classes for custom styling.
childrenReactNode-Button content.
...propsButtonHTMLAttributes<HTMLButtonElement> & MotionProps-Standard button attributes and Motion (Framer) props.

On this page

  1. Usage
  2. Disabled
  3. Props
Scroll to top