BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/muffled-ui-registry/slider

Slider

muffled-ui-registry/slider
FreeComponent

Range input with ink track, hairline thumb, opacity hover and press.

Live preview

live · rendered by the registry
Rendered by muffled-ui-registry on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://ui.muffled.studio/r/slider.json

Source

registry/ui/slider.tsxui.muffled.studio/r/slider.json
1import { Slider as SliderPrimitive } from "@base-ui/react/slider"
2
3import { cn } from "@/registry/lib/surface"
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 data-slot="slider"
22 defaultValue={defaultValue}
23 value={value}
24 min={min}
25 max={max}
26 thumbAlignment="edge"
27 className={cn("data-horizontal:w-full data-vertical:h-full", className)}
28 {...props}
29 >
30 <SliderPrimitive.Control className="relative flex w-full touch-none items-center select-none data-disabled:opacity-40 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 data-horizontal:h-hairline data-horizontal:w-full data-vertical:h-full data-vertical:w-hairline"
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="relative block size-3 shrink-0 rounded-full border border-ring bg-background transition-opacity duration-[var(--d-drift)] ease-[var(--ease-drift)] select-none after:absolute after:-inset-2 hover:opacity-60 focus-visible:outline focus-visible:outline-offset-2 focus-visible:outline-ring active:opacity-40 data-disabled:pointer-events-none data-disabled:opacity-40"
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

  • @muffled/surface

Files it writes

  • registry/ui/slider.tsx

Facts

Registry
muffled-ui-registry
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

Docs on muffled-ui-registry ui.muffled.studio muffled-studio/muffled.ui on GitHub Raw registry item This item as JSON

More from muffled-ui-registry

All 55 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordionmuffled-ui-registryComponentsFree2 deps
Alertalertmuffled-ui-registryComponentsFree1 dep
Alert Dialogalert-dialogmuffled-ui-registryComponentsFree1 dep
Avataravatarmuffled-ui-registryComponentsFree1 dep
Badgebadgemuffled-ui-registryComponentsFree2 deps
Breadcrumbbreadcrumbmuffled-ui-registryComponentsFree2 deps
Buttonbuttonmuffled-ui-registryComponentsFree2 deps
Button Groupbutton-groupmuffled-ui-registryComponentsFree2 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