Text Field

Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.

Beste Sözen

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input5 } from "@/components/beste/piece/input5";

<Input5
  value="Beste Sözen"
  placeholder="Type something"
  focused={true}
/>