BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/simple-ai/chat-input-with-addons

chat-input-with-addons

simple-ai/chat-input-with-addons
FreeExample

simple-ai publishes no description for this item.

Install it

npx shadcn@latest add https://simple-ai.dev/r/chat-input-with-addons.json

Source

./src/registry/examples/chat-input-with-addons.tsxsimple-ai.dev/r/chat-input-with-addons.json
1"use client";
2
3import { PlusIcon } from "lucide-react";
4import { Separator } from "@/components/ui/separator";
5import {
6 ChatInput,
7 ChatInputEditor,
8 ChatInputGroupAddon,
9 ChatInputGroupButton,
10 ChatInputGroupText,
11 ChatInputSubmitButton,
12 useChatInput,
13} from "@/registry/ui/chat-input";
14
15export default function ChatInputWithAddons() {
16 const { value, onChange, handleSubmit } = useChatInput({
17 onSubmit: (parsed) => {
18 console.log("Submitted:", parsed.content);
19 },
20 });
21
22 return (
23 <div className="w-full h-full flex justify-center items-center">
24 <div className="w-full max-w-md">
25 <ChatInput
26 onSubmit={handleSubmit}
27 value={value}
28 onChange={onChange}
29 >
30 <ChatInputEditor placeholder="Type a message..." />
31 <ChatInputGroupAddon align="block-end">
32 <ChatInputGroupButton
33 variant="outline"
34 className="rounded-full"
35 size="icon-sm"
36 >
37 <PlusIcon />
38 </ChatInputGroupButton>
39 <ChatInputGroupText className="ml-auto">
40 52% used
41 </ChatInputGroupText>
42 <Separator orientation="vertical" className="h-6!" />
43 <ChatInputSubmitButton />
44 </ChatInputGroupAddon>
45 </ChatInput>
46 </div>
47 </div>
48 );
49}

Files it writes

  • ./src/registry/examples/chat-input-with-addons.tsx

Facts

Registry
simple-ai
Type
registry:example
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

Docs on simple-ai simple-ai.dev Raw registry item This item as JSON

More from simple-ai

All 77 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
chat-input-demo-mentionschat-input-demo-mentionssimple-aiExamplesFreeno deps
chat-input-demo-simplechat-input-demo-simplesimple-aiExamplesFreeno deps
chat-message-area-demochat-message-area-demosimple-aiExamplesFreeno deps
chat-message-area-demo-alignmentchat-message-area-demo-alignmentsimple-aiExamplesFreeno deps
chat-message-area-demo-streamingchat-message-area-demo-streamingsimple-aiExamplesFreeno deps
chat-message-demochat-message-demosimple-aiExamplesFreeno deps
chat-message-demo-avatar-imagechat-message-demo-avatar-imagesimple-aiExamplesFreeno deps
chat-message-demo-simplechat-message-demo-simplesimple-aiExamplesFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex