BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remocn-demo/chat-changelog

Changelog — New Chat Components

remocn-demo/chat-changelog
FreeBlock

remocn demo composition "Changelog — New Chat Components" — installs the full Remotion composition. Generated with AI from the prompt in demos/chat-changelog/prompt.md.

Install it

npx shadcn@latest add https://collections.remocn.dev/r/chat-changelog.json

Source

src/components/remocn/typewriter.tsxcollections.remocn.dev/r/chat-changelog.json
1"use client";
2
3import { Caret } from "@/components/remocn/caret";
4import { useTypewriter } from "@/lib/remocn-ui";
5
6export interface TypewriterProps {
7 text: string;
8 cursor?: boolean;
9 charsPerSecond?: number;
10 speed?: number;
11 fontSize?: number;
12 color?: string;
13 cursorColor?: string;
14 fontWeight?: number;
15 className?: string;
16}
17
18export function Typewriter({
19 text,
20 cursor = true,
21 charsPerSecond = 22,
22 speed = 1,
23 fontSize = 48,
24 color = "#171717",
25 cursorColor = "#171717",
26 fontWeight = 600,
27 className,
28}: TypewriterProps) {
29 const tw = useTypewriter(text, { cps: charsPerSecond, speed });
30
31 return (
32 <div
33 style={{
34 position: "absolute",
35 inset: 0,
36 display: "flex",
37 alignItems: "center",
38 justifyContent: "center",
39 background: "transparent",
40 }}
41 >
42 <span
43 className={className}
44 style={{
45 fontSize,
46 fontWeight,
47 color,
48 letterSpacing: "-0.03em",
49 fontFamily:
50 "var(--font-geist-sans), -apple-system, BlinkMacSystemFont, sans-serif",
51 whiteSpace: "pre",
52 }}
53 >
54 {tw.text}
55 {cursor && (
56 <Caret
57 color={cursorColor}
58 blink={!tw.typing}
59 speed={speed}
60 radius={0}
61 style={{
62 width: "0.08em",
63 height: "1em",
64 marginLeft: "0.04em",
65 verticalAlign: "text-bottom",
66 }}
67 />
68 )}
69 </span>
70 </div>
71 );
72}

What it pulls in

npm packages

  • @remotion/google-fonts
  • @remotion/transitions
  • culori
  • lucide-react
  • remotion

Other registry items

  • https://remocn.dev/r/backdrop.json
  • https://remocn.dev/r/caret.json
  • https://remocn.dev/r/chat-flow.json
  • https://remocn.dev/r/imessage-chat-flow.json
  • https://remocn.dev/r/message-bubble.json
  • https://remocn.dev/r/remocn-ui.json
  • https://remocn.dev/r/telegram-chat-flow.json
  • https://remocn.dev/r/typing-indicator.json

Files it writes

  • src/components/remocn/typewriter.tsx
  • src/demos/chat-changelog/index.tsx
  • src/lib/demo-assets.ts
  • src/demos/chat-changelog/prompt.md

Facts

Registry
remocn-demo
Type
registry:block
Access
Free
Files written
4
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
2 days ago

Go to the source

collections.remocn.dev Remocn/remocn-collections on GitHub Raw registry item This item as JSON

More from remocn-demo

All 22 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Agent Skills — Claude Code makes the videoagent-skillsremocn-demoBlocksFree5 deps · 8 files
Batchwork — Unified Batch APIbatchworkremocn-demoBlocksFree4 deps · 4 files
Changelog — Rolling Numberschangelogremocn-demoBlocksFree4 deps · 5 files
Fonttrio — Three fonts. One command.fonttrioremocn-demoBlocksFree5 deps · 4 files
remocn — Introducing remocn (shaders cut)introducing-remocnremocn-demoBlocksFree4 deps · 3 files
shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcnremocn-demoBlocksFree11 deps · 38 files
Changelog — Eleven New Transitionsnew-transitionsremocn-demoBlocksFree4 deps · 3 files
remocn ✕ Paper — Introducing shaderspaper-shadersremocn-demoBlocksFree4 deps · 2 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex