BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/warcraftcn/input

Warcraft Input

warcraftcn/input
FreeComponent

A Warcraft-themed input component with fantasy styling

Live preview

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

Install it

npx shadcn@latest add https://www.warcraftcn.com/r/input.json

Source

components/ui/warcraftcn/input.tsxwww.warcraftcn.com/r/input.json
1import type * as React from "react";
2
3import { cn } from "@/lib/utils";
4
5import "@/components/ui/warcraftcn/styles/warcraft.css";
6
7function Input({ className, type, ...props }: React.ComponentProps<"input">) {
8 return (
9 <input
10 className={cn(
11 "fantasy min-w-0 bg-center bg-cover bg-no-repeat p-3 text-base shadow-xs outline-none transition-[color,box-shadow] selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:font-medium file:text-foreground file:text-sm placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
12 "border-solid wc-input-border [border-image-repeat:stretch]",
13 "border-6 [border-image-slice:16_fill]",
14 className
15 )}
16 data-slot="input"
17 type={type}
18 {...props}
19 />
20 );
21}
22
23export { Input };

Files it writes

  • components/ui/warcraftcn/input.tsx
  • components/ui/warcraftcn/styles/warcraft.css
  • components/ui/warcraftcn/assets/input-frame.webp

Facts

Registry
warcraftcn
Type
registry:component
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on warcraftcn www.warcraftcn.com TheOrcDev/warcraftcn-ui on GitHub Raw registry item This item as JSON

More from warcraftcn

All 16 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Warcraft AccordionaccordionwarcraftcnComponentsFree1 dep · 7 files
Warcraft AvataravatarwarcraftcnComponentsFreeno deps · 7 files
Warcraft BadgebadgewarcraftcnComponentsFreeno deps · 4 files
Warcraft ButtonbuttonwarcraftcnComponentsFreeno deps · 6 files
Warcraft CardcardwarcraftcnComponentsFreeno deps · 3 files
Warcraft CheckboxcheckboxwarcraftcnComponentsFree1 dep · 12 files
Warcraft CursorcursorwarcraftcnComponentsFreeno deps · 6 files
Warcraft Dropdown Menudropdown-menuwarcraftcnComponentsFree2 deps · 3 files
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