<div class="prompt-container">
<div class="glow-wrapper">
<div class="input-box">
<textarea id="prompt-area" placeholder="Describe what you want to generate..." rows="1"></textarea>
<div class="actions">
<button class="attach-btn" aria-label="Attach file">
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>
</svg>
</button>
<button class="submit-btn" aria-label="Submit prompt">
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2">
<line x1="12" y1="19" x2="12" y2="5"></line>
<polyline points="5 12 12 5 19 12"></polyline>
</svg>
</button>
</div>
</div>
</div>
</div>
Back to Snippets
AI Prompt Input with Glow Effect JS
Upgrade your search with an AI prompt input field. It features an auto-expanding text area and a subtle gradient glow, which just looks incredible on dark themes.
122