Docs
AI Caption Generator Button
AI Caption Generator Button
A simple AI-powered button to generate social media captions for your images. This component leverages AI to automatically generate captions for uploaded images, making content creation faster and more convenient.
Installation
npx empire@latest add ai-caption-generator-button
Props
Prop name | Type | Description |
---|---|---|
cardClassName | string | The class name for the outer card container. |
buttonClassName | string | The class name for the caption button. |
inputClassName | string | The class name for the file input. |
imageClassName | string | The class name for the image element. |
captionClassName | string | The class name for the generated caption. |
onCaptionGenerated | function | Callback function when the caption is generated. |