BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@cinatra-ai/input

Input

cinatra-ai/input
FreeComponent

Cinatra design-system input.

Live preview

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

Install it

npx shadcn@latest add https://raw.githubusercontent.com/cinatra-ai/cinatra/main/public/r/input.json

Source

src/components/ui/input.tsxraw.githubusercontent.com/cinatra-ai/cinatra/main/public/r/input.json
1import * as React from "react"
2
3import { cn } from "@/lib/utils"
4
5function Input({ className, type, ...props }: React.ComponentProps<"input">) {
6 return (
7 <input
8 type={type}
9 data-slot="input"
10 className={cn(
11 "h-8 w-full min-w-0 rounded-[7px] border border-input bg-surface-strong px-2.5 py-1 text-base font-normal shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-6 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40",
12 className
13 )}
14 {...props}
15 />
16 )
17}
18
19export { Input }

What it pulls in

Other registry items

  • utils

Files it writes

  • src/components/ui/input.tsx

Facts

Registry
@cinatra-ai
Type
registry:ui
Access
Free
Files written
1
Licence
Apache-2.0
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on @cinatra-ai cinatra.ai cinatra-ai/cinatra on GitHub Raw registry item This item as JSON

More from @cinatra-ai

All 14 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Alertalert@cinatra-aiComponentsFree1 dep
Badgebadge@cinatra-aiComponentsFree2 deps
Buttonbutton@cinatra-aiComponentsFree2 deps
Cardcard@cinatra-aiComponentsFreeno deps
Fieldfield@cinatra-aiComponentsFree1 dep
Input Groupinput-group@cinatra-aiComponentsFree1 dep
Labellabel@cinatra-aiComponentsFree1 dep
Paginated Tablepaginated-table@cinatra-aiComponentsFreeno deps
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