BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Pure UI/number-field
This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 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.

Number Field

pure-ui/number-field
RemovedComponent

A customizable number field component

Install it

npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/number-field.json

Source

src/registry/pure-ui/ui/number-field/index.tsxraw.githubusercontent.com/MusKRI/pure-ui/main/public/r/number-field.json
1"use client";
2
3import { NumberField as NumberFieldPrimitive } from "@base-ui/react/number-field";
4
5import { cn } from "@/lib/classes";
6
7interface NumberFieldProps extends NumberFieldPrimitive.Root.Props {}
8
9function NumberField({ className, ...props }: NumberFieldProps) {
10 return (
11 <NumberFieldPrimitive.Root
12 className={cn(
13 "flex w-full flex-col items-start gap-2 max-w-[200px]",
14 className
15 )}
16 data-slot="number-field"
17 {...props}
18 />
19 );
20}
21
22interface NumberFieldGroupProps extends NumberFieldPrimitive.Group.Props {}
23
24function NumberFieldGroup({ className, ...props }: NumberFieldGroupProps) {
25 return (
26 <NumberFieldPrimitive.Group
27 className={cn(
28 "relative flex w-full rounded-lg border border-input bg-background dark:bg-input/32 text-sm shadow-xs transition-colors focus-within:border-ring focus-within:ring-[1px] focus-within:ring-ring data-disabled:pointer-events-none data-disabled:opacity-64",
29 className
30 )}
31 data-slot="number-field-group"
32 {...props}
33 />
34 );
35}
36
37interface NumberFieldInputProps extends NumberFieldPrimitive.Input.Props {}
38
39function NumberFieldInput({ className, ...props }: NumberFieldInputProps) {
40 return (
41 <NumberFieldPrimitive.Input
42 className={cn(
43 "flex-1 w-full min-w-0 bg-transparent px-3 py-1.5 text-center outline-none tabular-nums",
44 className
45 )}
46 data-slot="number-field-input"
47 {...props}
48 />
49 );
50}
51
52interface NumberFieldDecrementProps
53 extends NumberFieldPrimitive.Decrement.Props {}
54
55function NumberFieldDecrement({
56 className,
57 ...props
58}: NumberFieldDecrementProps) {
59 return (
60 <NumberFieldPrimitive.Decrement
61 className={cn(
62 "flex shrink-0 cursor-pointer items-center justify-center hover:bg-accent rounded-s-lg px-3 transition-colors disabled:pointer-events-none disabled:opacity-64 disabled:cursor-not-allowed",
63 className
64 )}
65 data-slot="number-field-decrement"
66 {...props}
67 >
68 <MinusIcon />
69 </NumberFieldPrimitive.Decrement>
70 );
71}
72
73interface NumberFieldIncrementProps
74 extends NumberFieldPrimitive.Increment.Props {}
75
76function NumberFieldIncrement({
77 className,
78 ...props
79}: NumberFieldIncrementProps) {
80 return (
81 <NumberFieldPrimitive.Increment
82 className={cn(
83// … truncated

What it pulls in

npm packages

  • @base-ui/react
  • clsx
  • tailwind-merge

Other registry items

  • classes

Files it writes

  • src/registry/pure-ui/ui/number-field/index.tsx

Facts

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

Go to the source

pure.kam-ui.com MusKRI/pure-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

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