BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Neobrutalism Components/input

Input

neobrutalism-components/input
FreeComponent

Neobrutalism Components publishes no description for this item.

Live preview

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

Install it

npx shadcn@latest add https://www.neobrutalism.dev/r/input.json

Source

src/components/ui/input.tsxwww.neobrutalism.dev/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 "flex h-10 w-full rounded-base border-2 border-border bg-secondary-background selection:bg-main selection:text-main-foreground px-3 py-2 text-sm font-base text-foreground file:border-0 file:bg-transparent file:text-sm file:font-heading placeholder:text-foreground/50 focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-black focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
12 className,
13 )}
14 {...props}
15 />
16 )
17}
18
19export { Input }

Files it writes

  • src/components/ui/input.tsx

Facts

Registry
Neobrutalism Components
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on Neobrutalism Components www.neobrutalism.dev ekmas/neobrutalism-components on GitHub Raw registry item This item as JSON

More from Neobrutalism Components

All 92 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionNeobrutalism ComponentsComponentsFree1 dep
AlertalertNeobrutalism ComponentsComponentsFreeno deps
Alert dialogalert-dialogNeobrutalism ComponentsComponentsFree1 dep
AvataravatarNeobrutalism ComponentsComponentsFree1 dep
BadgebadgeNeobrutalism ComponentsComponentsFreeno deps
BreadcrumbbreadcrumbNeobrutalism ComponentsComponentsFree1 dep
ButtonbuttonNeobrutalism ComponentsComponentsFree1 dep
CalendarcalendarNeobrutalism ComponentsComponentsFree2 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