BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ondo-ui/message-scroller
This component no longer exists. It was in ondo-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

message-scroller

ondo-ui/message-scroller
RemovedComponent

A scroll container for conversational UIs that keeps new messages pinned to the bottom, with a scroll-to-bottom button.

Install it

npx shadcn@latest add https://ui.ondo.dou.so/r/message-scroller.json

Source

components/ui/message-scroller.tsxui.ondo.dou.so/r/message-scroller.json
1"use client"
2
3import * as React from "react"
4import {
5 MessageScroller as MessageScrollerPrimitive,
6 useMessageScroller,
7 useMessageScrollerScrollable,
8 useMessageScrollerVisibility,
9} from "@shadcn/react/message-scroller"
10
11import { cn } from "@/lib/utils"
12import { Button } from "@/components/ui/button"
13import { IconArrowDown } from "@tabler/icons-react"
14
15function MessageScrollerProvider(
16 props: React.ComponentProps<typeof MessageScrollerPrimitive.Provider>
17) {
18 return <MessageScrollerPrimitive.Provider {...props} />
19}
20
21function MessageScroller({
22 className,
23 ...props
24}: React.ComponentProps<typeof MessageScrollerPrimitive.Root>) {
25 return (
26 <MessageScrollerPrimitive.Root
27 data-slot="message-scroller"
28 className={cn(
29 "group/message-scroller relative flex size-full min-h-0 flex-col overflow-hidden",
30 className
31 )}
32 {...props}
33 />
34 )
35}
36
37function MessageScrollerViewport({
38 className,
39 ...props
40}: React.ComponentProps<typeof MessageScrollerPrimitive.Viewport>) {
41 return (
42 <MessageScrollerPrimitive.Viewport
43 data-slot="message-scroller-viewport"
44 className={cn(
45 "size-full min-h-0 min-w-0 scroll-fade-b scrollbar-thin scrollbar-gutter-stable overflow-y-auto overscroll-contain contain-content data-autoscrolling:scrollbar-thumb-transparent data-autoscrolling:scrollbar-track-transparent",
46 className
47 )}
48 {...props}
49 />
50 )
51}
52
53function MessageScrollerContent({
54 className,
55 ...props
56}: React.ComponentProps<typeof MessageScrollerPrimitive.Content>) {
57 return (
58 <MessageScrollerPrimitive.Content
59 data-slot="message-scroller-content"
60 className={cn("flex h-max min-h-full flex-col gap-8", className)}
61 {...props}
62 />
63 )
64}
65
66function MessageScrollerItem({
67 className,
68 scrollAnchor = false,
69 ...props
70}: React.ComponentProps<typeof MessageScrollerPrimitive.Item>) {
71 return (
72 <MessageScrollerPrimitive.Item
73 data-slot="message-scroller-item"
74 scrollAnchor={scrollAnchor}
75 className={cn(
76 "min-w-0 shrink-0 [contain-intrinsic-size:auto_10rem] [content-visibility:auto]",
77 className
78 )}
79 {...props}
80 />
81 )
82}
83
84function MessageScrollerButton({
85 direction = "end",
86 className,
87 children,
88 render,
89 variant = "secondary",
90 size = "icon-sm",
91 ...props
92}: React.ComponentProps<typeof MessageScrollerPrimitive.Button> &
93 Pick<React.ComponentProps<typeof Button>, "variant" | "size">) {
94 return (
95// … truncated

What it pulls in

npm packages

  • @shadcn/react
  • @tabler/icons-react

Other registry items

  • @ondo-ui/button
  • @ondo-ui/utils

Files it writes

  • components/ui/message-scroller.tsx

Facts

Registry
ondo-ui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-04
Last confirmed
9 days ago

Go to the source

ui.ondo.dou.so douinc/ondo-ui on GitHub Raw registry item This item as JSON

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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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