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/slider
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.

slider

ondo-ui/slider
RemovedComponent

An input where the user selects a value from within a given range.

Install it

npx shadcn@latest add https://ui.ondo.dou.so/r/slider.json

Source

components/ui/slider.tsxui.ondo.dou.so/r/slider.json
1import { Slider as SliderPrimitive } from "@base-ui/react/slider"
2
3import { cn } from "@/lib/utils"
4
5function Slider({
6 className,
7 defaultValue,
8 value,
9 min = 0,
10 max = 100,
11 ...props
12}: SliderPrimitive.Root.Props) {
13 const _values = Array.isArray(value)
14 ? value
15 : Array.isArray(defaultValue)
16 ? defaultValue
17 : [min, max]
18
19 return (
20 <SliderPrimitive.Root
21 className={cn("data-horizontal:w-full data-vertical:h-full", className)}
22 data-slot="slider"
23 defaultValue={defaultValue}
24 value={value}
25 min={min}
26 max={max}
27 thumbAlignment="edge"
28 {...props}
29 >
30 <SliderPrimitive.Control className="relative flex w-full touch-none items-center select-none data-disabled:opacity-50 data-vertical:h-full data-vertical:min-h-40 data-vertical:w-auto data-vertical:flex-col">
31 <SliderPrimitive.Track
32 data-slot="slider-track"
33 className="relative grow overflow-hidden rounded-full bg-muted select-none data-horizontal:h-1.5 data-horizontal:w-full data-vertical:h-full data-vertical:w-1.5"
34 >
35 <SliderPrimitive.Indicator
36 data-slot="slider-range"
37 className="bg-primary select-none data-horizontal:h-full data-vertical:w-full"
38 />
39 </SliderPrimitive.Track>
40 {Array.from({ length: _values.length }, (_, index) => (
41 <SliderPrimitive.Thumb
42 data-slot="slider-thumb"
43 key={index}
44 className="block size-4 shrink-0 rounded-full border border-primary bg-white shadow-sm ring-ring/50 transition-[color,box-shadow] select-none hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50"
45 />
46 ))}
47 </SliderPrimitive.Control>
48 </SliderPrimitive.Root>
49 )
50}
51
52export { Slider }

What it pulls in

npm packages

  • @base-ui/react

Other registry items

  • @ondo-ui/utils

Files it writes

  • components/ui/slider.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