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 nameTypeDescription
cardClassNamestringThe class name for the outer card container.
buttonClassNamestringThe class name for the caption button.
inputClassNamestringThe class name for the file input.
imageClassNamestringThe class name for the image element.
captionClassNamestringThe class name for the generated caption.
onCaptionGeneratedfunctionCallback function when the caption is generated.