AI Input Selector
kokonut-ui/ai-promptFreeComponent
My own style of chat AI input.
Live preview
live · rendered by the registry
Rendered by kokonut-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://kokonutui.com/r/ai-prompt.jsonSource
1"use client";23/**4 * @author: @kokonutui5 * @description: AI Prompt Input6 * @version: 1.0.07 * @date: 2025-06-268 * @license: MIT9 * @website: https://kokonutui.com10 * @github: https://github.com/kokonut-labs/kokonutui11 */1213import { ArrowRight, Bot, Check, ChevronDown, Paperclip } from "lucide-react";14import { AnimatePresence, motion } from "motion/react";15import { useState } from "react";16import Anthropic from "@/components/icons/anthropic";17import AnthropicDark from "@/components/icons/anthropic-dark";18import { Button } from "@/components/ui/button";19import {20 DropdownMenu,21 DropdownMenuContent,22 DropdownMenuItem,23 DropdownMenuTrigger,24} from "@/components/ui/dropdown-menu";25import { Textarea } from "@/components/ui/textarea";26import { useAutoResizeTextarea } from "@/hooks/use-auto-resize-textarea";27import { cn } from "@/lib/utils";2829const OPENAI_SVG = (30 <div>31 <svg32 aria-label="o3-mini icon"33 className="block dark:hidden"34 height="260"35 preserveAspectRatio="xMidYMid"36 viewBox="0 0 256 260"37 width="256"38 xmlns="http://www.w3.org/2000/svg"39 >40 <title>OpenAI Icon Light</title>41// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from kokonut-ui
All 40 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Action Search Baraction-search-bar | kokonut-ui | Components | Free | 2 deps · 2 files | |
| AI Input Searchai-input-search | kokonut-ui | Components | Free | 1 dep · 2 files | |
| AI State Loadingai-loading | kokonut-ui | Components | Free | 1 dep | |
| AI Text Loadingai-text-loading | kokonut-ui | Components | Free | 1 dep | |
| AI Voiceai-voice | kokonut-ui | Components | Free | 2 deps | |
| Apple Activity Cardapple-activity-card | kokonut-ui | Components | Free | 1 dep | |
| Magnet Buttonattract-button | kokonut-ui | Components | Free | 2 deps | |
| Avatar Pickeravatar-picker | kokonut-ui | Components | Free | 2 deps |
